mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: client: remove comments of touch init/shutdown function call that seem to be some indescribable legacy
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user