Put the sidechain ports into a dedicated tab in PortMatrix
[ardour.git] / gtk2_ardour / sfdb_freesound_mootcher.cc
index 1f2487b5e7426407b41b3326796cd83ff3bca35d..51c195657b26dbc4914c2ea0b19e1e020d2bb678 100644 (file)
@@ -142,8 +142,6 @@ std::string Mootcher::sortMethodString(enum sortMethod sort)
 //------------------------------------------------------------------------
 void Mootcher::setcUrlOptions()
 {
-       // basic init for curl
-       curl_global_init(CURL_GLOBAL_ALL);
        // some servers don't like requests that are made without a user-agent field, so we provide one
        curl_easy_setopt(curl, CURLOPT_USERAGENT, "libcurl-agent/1.0");
        // setup curl error buffer