summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-19 18:42:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-19 18:42:40 +0300
commit9025662a393912ea288105ca43f500be79b51985 (patch)
treec9062ad048d4644cc395db90d1d2bdeb0b9855ed /protocols/Omegle/src
parent624c9066d85c4da900cf440ca6066f86ef0b044d (diff)
more EV_PROTO_ONOPTIONS removed
Diffstat (limited to 'protocols/Omegle/src')
-rw-r--r--protocols/Omegle/src/proto.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp
index a09c8f491c..470a0d70cc 100644
--- a/protocols/Omegle/src/proto.cpp
+++ b/protocols/Omegle/src/proto.cpp
@@ -141,9 +141,6 @@ int OmegleProto::OnEvent(PROTOEVENTTYPE event, WPARAM wParam, LPARAM lParam)
case EV_PROTO_ONEXIT:
return OnPreShutdown(wParam, lParam);
- case EV_PROTO_ONOPTIONS:
- return OnOptionsInit(wParam, lParam);
-
case EV_PROTO_ONCONTACTDELETED:
return OnContactDeleted(wParam, lParam);
}