From cf23005ff226cd13d0b4fdf6fed6c9460843995a Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 11 Oct 2025 05:52:19 +0500 Subject: [PATCH] engine: client: remove comments of touch init/shutdown function call that seem to be some indescribable legacy --- engine/client/cl_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index 79c6ff85..b26b988b 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -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 ();