aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.h
diff options
context:
space:
mode:
authormhilbrunner2017-12-12 20:02:25 +0100
committermhilbrunner2017-12-14 10:59:42 +0100
commit966c054fc921c7d235dad345baed52de1742c5ed (patch)
tree48f76ba375e61be7632fcd85e225ef623a909f5d /scene/main/http_request.h
parent55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff)
downloadgodot-966c054fc921c7d235dad345baed52de1742c5ed.tar.gz
godot-966c054fc921c7d235dad345baed52de1742c5ed.tar.zst
godot-966c054fc921c7d235dad345baed52de1742c5ed.zip
Diffstat (limited to 'scene/main/http_request.h')
-rw-r--r--scene/main/http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/main/http_request.h b/scene/main/http_request.h
index 790ff5f7e..ab5a79c40 100644
--- a/scene/main/http_request.h
+++ b/scene/main/http_request.h
@@ -42,7 +42,6 @@ class HTTPRequest : public Node {
public:
enum Result {
RESULT_SUCCESS,
- //RESULT_NO_BODY,
RESULT_CHUNKED_BODY_SIZE_MISMATCH,
RESULT_CANT_CONNECT,
RESULT_CANT_RESOLVE,