DEADSOFTWARE

system: remove unused imports
[d2df-sdl.git] / src / game / sdl / g_system.pas
index c7eab2cd9750d273bcb424ce2bcfff4cf0d07d20..bd003768ab37d62e2a533fde10aabd47e54e7e58 100644 (file)
@@ -52,7 +52,7 @@ implementation
     {$ENDIF}
     SysUtils, SDL, Math,
     e_log, e_input, e_sound,
-    g_options, g_console, g_game, g_menu, g_gui, g_basic;
+    g_options, g_console, g_game, g_basic;
 
   const
     GameTitle = 'Doom 2D: Forever (SDL 1.2, %s, %s)';