From 86c4ef4b99f87698b38c278a501d258f9245da84 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 3 Feb 2017 21:47:59 +0300 Subject: no need in libcurl --- protocols/Discord/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Discord/src/main.cpp') diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 3cb16686d9..850d4a044e 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -69,8 +69,6 @@ extern "C" int __declspec(dllexport) Load(void) { mir_getLP(&pluginInfo); - curl_global_init(CURL_GLOBAL_ALL); - g_hwndHeartbeat = CreateWindowEx(0, L"STATIC", NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL); PROTOCOLDESCRIPTOR pd = { 0 }; -- cgit v1.2.3