summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_http.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-07-12 03:28:38 +0200
committerRobin Gareus <robin@gareus.org>2018-07-12 03:28:38 +0200
commitfc4a0a985202328c3041e06d74dc9926c1bfa9c3 (patch)
treea77d8d1263fa631791fe881e6e2952c52c475acd /gtk2_ardour/ardour_http.h
parent0a0dd8de131c7aa28fa5207ca7801a6b1d801906 (diff)
Move static function out of header-file, fix -Wunused-function
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