Remove SubText extension method
This commit is contained in:
parent
be43e6c76c
commit
65b1a608eb
1 changed files with 0 additions and 6 deletions
|
|
@ -868,12 +868,6 @@ namespace Raylib_cs
|
|||
// Callback delegate used in SetTraceLogCallback to allow for custom logging
|
||||
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)
|
||||
//------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue