aboutsummaryrefslogtreecommitdiff
path: root/core/io/http_client.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-03-04 11:09:45 -0300
committerJuan Linietsky2016-03-04 11:10:48 -0300
commit5a9b18b665b250b54c0d8eb80354dc08e363377c (patch)
treef9680072f12800b2ae85090562fb3d7062ea59b2 /core/io/http_client.cpp
parent3fc80f65cd26122fed771a149c2e583a8139e4ce (diff)
downloadgodot-5a9b18b665b250b54c0d8eb80354dc08e363377c.tar.gz
godot-5a9b18b665b250b54c0d8eb80354dc08e363377c.tar.zst
godot-5a9b18b665b250b54c0d8eb80354dc08e363377c.zip
Diffstat (limited to 'core/io/http_client.cpp')
-rw-r--r--core/io/http_client.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/io/http_client.cpp b/core/io/http_client.cpp
index b070e52f0..dd53c8f8e 100644
--- a/core/io/http_client.cpp
+++ b/core/io/http_client.cpp
@@ -31,10 +31,6 @@
VARIANT_ENUM_CAST(HTTPClient::Status);
-Error HTTPClient::connect_url(const String& p_url) {
-
- return OK;
-}
Error HTTPClient::connect(const String &p_host, int p_port, bool p_ssl,bool p_verify_host){