summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-11 21:22:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-11 21:22:38 +0300
commit524203126e0815eee6ce8e4cd7d3beb70ed9be94 (patch)
tree6a151f34c0a52c0800ac93f7337d2e8201e55ccc /protocols/Omegle/src
parent2ed436c9c7338686de0a470baeae52072eca4ab2 (diff)
unused constant removed
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r--protocols/Omegle/src/chat.cpp1
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);