X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fstub%2Fg_system.pas;h=a1e3473e9b613c0b4b624957ae78da2b47840e59;hb=914d23e91073f293d6b09ce8fe448705975b5f12;hp=ab42c12025de79afdd2f3921bc38f6b96f93e1a4;hpb=e9689e89adc11f1179ee991bffa4d2be54f6e068;p=d2df-sdl.git diff --git a/src/game/stub/g_system.pas b/src/game/stub/g_system.pas index ab42c12..a1e3473 100644 --- a/src/game/stub/g_system.pas +++ b/src/game/stub/g_system.pas @@ -19,9 +19,6 @@ interface uses Utils; - (* --- Utils --- *) - procedure sys_Delay (ms: Integer); - (* --- Graphics --- *) function sys_GetDisplayModes (bpp: Integer): SSArray; function sys_SetDisplayMode (w, h, bpp: Integer; fullscreen, maximized: Boolean): Boolean; @@ -44,13 +41,6 @@ implementation uses SysUtils; - (* --------- Utils --------- *) - - procedure sys_Delay (ms: Integer); - begin - Sleep(ms) - end; - (* --------- Graphics --------- *) procedure sys_Repaint;