summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/ardour_http.h')
-rw-r--r--gtk2_ardour/ardour_http.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_http.h b/gtk2_ardour/ardour_http.h
index 41bb2a8f79..e209d75d9e 100644
--- a/gtk2_ardour/ardour_http.h
+++ b/gtk2_ardour/ardour_http.h
@@ -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