DEADSOFTWARE

e_input cleanup
[d2df-sdl.git] / src / game / g_game.pas
index ad9330d7cdd293233479985cf73ac3852f1f84b2..6ef589569664476b8e65e89dfb06b61e96e3a2ee 100644 (file)
@@ -5802,11 +5802,6 @@ begin
 
       g_Console_Add(Format(cmd + ' is %d', [Byte(g_Debug_Player)]));
     end
-    else if (cmd = 'd_joy') then
-    begin
-      for a := 1 to 8 do
-        g_Console_Add(e_JoystickStateToString(a));
-    end
     else if (cmd = 'd_mem') then
     begin
       PrintHeapStats();