diff options
Diffstat (limited to 'protocols/Omegle/src/chat.cpp')
-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);
|