X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fsdl2%2Fg_system.pas;h=5f1b7f32448eb2c866d9916a8369af29d5beee4e;hp=026d7854d9de8ba348abb34ead345358523bf890;hb=e9689e89adc11f1179ee991bffa4d2be54f6e068;hpb=4b15e91b4468b9605893b647a080ccdfc2df4e8c diff --git a/src/game/sdl2/g_system.pas b/src/game/sdl2/g_system.pas index 026d785..5f1b7f3 100644 --- a/src/game/sdl2/g_system.pas +++ b/src/game/sdl2/g_system.pas @@ -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)