DEADSOFTWARE

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