diff options
author | Robert Pösel <robyer@seznam.cz> | 2017-08-20 15:03:12 +0200 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2017-08-20 15:08:37 +0200 |
commit | 4d113e5efe56850e90ed302244a8803f87e72418 (patch) | |
tree | e0db44c67457bae957c266ef58279b9510640b10 /protocols/Omegle/src/http.h | |
parent | 8b4e84a22a38c9a7cf81907394734c4c3f919919 (diff) |
Omegle: Remove unused error code
Diffstat (limited to 'protocols/Omegle/src/http.h')
-rw-r--r-- | protocols/Omegle/src/http.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Omegle/src/http.h b/protocols/Omegle/src/http.h index 7c1cc53bcf..a94cc7b3c2 100644 --- a/protocols/Omegle/src/http.h +++ b/protocols/Omegle/src/http.h @@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once
#define HTTP_CODE_FAKE_DISCONNECTED 0
-#define HTTP_CODE_FAKE_ERROR 1
namespace http
{
|