From 9025662a393912ea288105ca43f500be79b51985 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Apr 2018 18:42:40 +0300 Subject: more EV_PROTO_ONOPTIONS removed --- protocols/Omegle/src/proto.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/Omegle/src') 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); } -- cgit v1.2.3