]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Remove duplicate function call. CL_Disconnect already does this.
[xonotic/darkplaces.git] / 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();