mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
Remove SubText extension method
This commit is contained in:
parent
be43e6c76c
commit
65b1a608eb
@ -868,12 +868,6 @@ namespace Raylib_cs
|
|||||||
// Callback delegate used in SetTraceLogCallback to allow for custom logging
|
// Callback delegate used in SetTraceLogCallback to allow for custom logging
|
||||||
public delegate void TraceLogCallback(TraceLogType logType, string text, IntPtr args);
|
public delegate void TraceLogCallback(TraceLogType logType, string text, IntPtr args);
|
||||||
|
|
||||||
// Extension providing SubText
|
|
||||||
public static string SubText(this string input, int position, int length)
|
|
||||||
{
|
|
||||||
return input.Substring(position, Math.Min(length, input.Length));
|
|
||||||
}
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
// Window and Graphics Device Functions (Module: core)
|
// Window and Graphics Device Functions (Module: core)
|
||||||
//------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user