diff options
Diffstat (limited to 'protocols/Omegle/src/client.h')
-rw-r--r-- | protocols/Omegle/src/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h index d3a6bf6856..b33c05350c 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -42,7 +42,7 @@ public: send_message_lock_ = NULL;
state_ = STATE_INACTIVE;
- old_typing_ = typing_ = spy_mode_ = false;
+ typing_ = spy_mode_ = false;
error_count_ = 0;
@@ -74,7 +74,6 @@ public: // State of client
int state_;
bool typing_;
- bool old_typing_;
bool spy_mode_;
// Data storage
|