DEADSOFTWARE

system: remove sys_GetTicks
[d2df-sdl.git] / src / game / sdl2 / g_system.pas
index aacb4fb09133cd58e18d1c4c4ab2e946db1fc282..ca33411b4fd81fe433f7dbbab4e5cc3513834a49 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)