diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-07-16 13:38:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-07-16 13:38:01 +0000 |
commit | 954157c4f89794231ccfc9909da97d26dfea5cb1 (patch) | |
tree | 08bca8a923bf8d252504b2968b41e6a64859ee2f /protocols/Omegle/src/client.h | |
parent | cdab95c6d5a14ca57e8bf8c1bc7df4a0a0b91dfa (diff) |
Omegle: Remove useless/broken send message lock; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|