mirror of
				https://github.com/raylib-cs/raylib-cs
				synced 2025-10-29 05:59:51 -04:00 
			
		
		
		
	Remove SubText extension method
This commit is contained in:
		| @@ -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) | ||||||
|         //------------------------------------------------------------------------------------ |         //------------------------------------------------------------------------------------ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user