engine: client: remove comments of touch init/shutdown function call that seem to be some indescribable legacy

This commit is contained in:
Alibek Omarov
2025-10-11 05:52:19 +05:00
parent 5ff640b142
commit cf23005ff2

View File

@@ -3641,8 +3641,6 @@ void CL_Init( void )
// unreliable buffer. unsed for unreliable commands and voice stream
MSG_Init( &cls.datagram, "cls.datagram", cls.datagram_buf, sizeof( cls.datagram_buf ));
// IN_TouchInit();
COM_GetCommonLibraryPath( LIBRARY_CLIENT, libpath, sizeof( libpath ));
if( !CL_LoadProgs( libpath ))
@@ -3674,7 +3672,6 @@ void CL_Shutdown( void )
Touch_WriteConfig();
}
// IN_TouchShutdown ();
Joy_Shutdown ();
CL_CloseDemoHeader ();
IN_Shutdown ();