diff Core/Lua/LuaContext.h @ 1987:ce90d109bb64

new plugin functions: OrthancPluginHttpClient and OrthancPluginGenerateUuid
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Apr 2016 17:40:55 +0200
parents b1291df2f780
children 3dd44baebc36
line wrap: on
line diff
--- a/Core/Lua/LuaContext.h	Mon Apr 25 17:23:07 2016 +0200
+++ b/Core/Lua/LuaContext.h	Tue Apr 26 17:40:55 2016 +0200
@@ -104,11 +104,6 @@
       httpClient_.SetCredentials(username, password);
     }
 
-    void SetHttpProxy(const std::string& proxy)
-    {
-      httpClient_.SetProxy(proxy);
-    }
-
     void RegisterFunction(const char* name,
                           lua_CFunction func);