From: cloudwalk Date: Sat, 23 May 2020 06:29:33 +0000 (+0000) Subject: Remove duplicate function call. CL_Disconnect already does this. X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=b3a85dfaa0dbe33caf1aae4a19f04c7ddeea6e4d;p=xonotic%2Fdarkplaces.git Remove duplicate function call. CL_Disconnect already does this. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12554 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_main.c b/cl_main.c index 4256fc2d..38f5b03b 100644 --- a/cl_main.c +++ b/cl_main.c @@ -428,9 +428,6 @@ void CL_EstablishConnection(const char *host, int firstarg) M_Update_Return_Reason(""); #endif - // if downloads are running, cancel their finishing action - Curl_Clear_forthismap(); - // Disconnect from the current server, or stop a running demo. CL_Disconnect();