diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-11 21:22:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-11 21:22:38 +0300 |
commit | 524203126e0815eee6ce8e4cd7d3beb70ed9be94 (patch) | |
tree | 6a151f34c0a52c0800ac93f7337d2e8201e55ccc /protocols/Omegle/src | |
parent | 2ed436c9c7338686de0a470baeae52072eca4ab2 (diff) |
unused constant removed
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r-- | protocols/Omegle/src/chat.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp index 152966e8cd..0b37532c8d 100644 --- a/protocols/Omegle/src/chat.cpp +++ b/protocols/Omegle/src/chat.cpp @@ -175,7 +175,6 @@ int OmegleProto::OnChatEvent(WPARAM, LPARAM lParam) }
break;
- case GC_USER_LEAVE:
case GC_SESSION_TERMINATE:
facy.nick_ = nullptr;
ForkThread(&OmegleProto::StopChatWorker, nullptr);
|