diff options
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
{
|