Fix LV2UI_Request_Parameter Feature URI
[ardour.git] / gtk2_ardour / ardour_http.h
index 41bb2a8f79270bff4b5521be34616b4ba48b5057..e209d75d9e4645127f7f170414777189426fff9b 100644 (file)
@@ -92,10 +92,6 @@ class HttpGet {
 char* http_get (const char* url, int* status, bool with_error_logging);
 std::string http_get (const std::string& url, bool with_error_logging);
 
-/* For use from Lua scripts */
-
-static char* http_get_unlogged (const char* url, int* status) { return http_get (url, status, false); }
-static std::string http_get_unlogged (const std::string& url) { return http_get (url, false); }
 
 
 } // namespace