diff options
| author | mhilbrunner | 2017-12-12 20:02:25 +0100 |
|---|---|---|
| committer | mhilbrunner | 2017-12-14 10:59:42 +0100 |
| commit | 966c054fc921c7d235dad345baed52de1742c5ed (patch) | |
| tree | 48f76ba375e61be7632fcd85e225ef623a909f5d /scene/main/http_request.h | |
| parent | 55962ce28fec5f06016ed3f66f52e6e84b817dbe (diff) | |
| download | godot-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.h | 1 |
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, |
