diff options
Diffstat (limited to 'protocols/Omegle/src/client.h')
-rw-r--r-- | protocols/Omegle/src/client.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h index ee3be95567..2aae2017a8 100644 --- a/protocols/Omegle/src/client.h +++ b/protocols/Omegle/src/client.h @@ -43,7 +43,6 @@ public: {
nick_ = NULL;
//msgid_ = 0;
- send_message_lock_ = NULL;
state_ = STATE_INACTIVE;
typing_ = spy_mode_ = false;
@@ -72,7 +71,6 @@ public: std::string question_;
ptrT nick_;
- HANDLE send_message_lock_;
//int msgid_;
// State of client
|