DEADSOFTWARE

e_input cleanup
[d2df-sdl.git] / src / game / g_main.pas
index ccad27b86c8e700b0b8ecaa43ff0f4d00d7a44b3..7f5d5b95c13739b6037e226450e11aa3b618a705 100644 (file)
@@ -202,10 +202,12 @@ begin
   e_InitInput();
   g_Touch_Init;
 
+(*
   if (e_JoysticksAvailable > 0) then
     e_WriteLog('Input: Joysticks available.', TMsgType.Notify)
   else
     e_WriteLog('Input: No Joysticks.', TMsgType.Notify);
+*)
 
   if (not gNoSound) then
   begin