diff --git a/Raylib-cs/types/Raylib.Utils.cs b/Raylib-cs/types/Raylib.Utils.cs index c3d6978..1bcb244 100644 --- a/Raylib-cs/types/Raylib.Utils.cs +++ b/Raylib-cs/types/Raylib.Utils.cs @@ -83,15 +83,6 @@ public static unsafe partial class Raylib return GetShaderLocationAttrib(shader, str1.AsPointer()); } - /// Unload random values sequence - public static void UnloadRandomSequence(out int sequence) - { - fixed (int* p = &sequence) - { - UnloadRandomSequence(p); - } - } - /// Takes a screenshot of current screen (saved a .png) public static void TakeScreenshot(string fileName) {