]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove duplicate function call. CL_Disconnect already does this.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 23 May 2020 06:29:33 +0000 (06:29 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 23 May 2020 06:29:33 +0000 (06:29 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12554 d7cf8633-e32d-0410-b094-e92efae38249

cl_main.c

index 4256fc2d64f90a6f2478caab85651051f420abba..38f5b03bab05f14e3e8057fa8daf50f8456754f5 100644 (file)
--- 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();