DEADSOFTWARE

system: remove sys_GetTicks
[d2df-sdl.git] / src / game / sdl2 / g_system.pas
index 026d7854d9de8ba348abb34ead345358523bf890..5f1b7f32448eb2c866d9916a8369af29d5beee4e 100644 (file)
@@ -20,7 +20,6 @@ interface
   uses Utils;
 
   (* --- Utils --- *)
-  function sys_GetTicks (): Int64;
   procedure sys_Delay (ms: Integer);
 
   (* --- Graphics --- *)
@@ -66,11 +65,6 @@ implementation
 
   (* --------- Utils --------- *)
 
-  function sys_GetTicks (): Int64;
-  begin
-    result := SDL_GetTicks()
-  end;
-
   procedure sys_Delay (ms: Integer);
   begin
     SDL_Delay(ms)