From 9300399ed59f4d82f5e62f5ef43b752da4dd0735 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 22 Apr 2018 14:34:57 +0300 Subject: EV_PROTO_ONMENU removed --- protocols/IRCG/src/ircproto.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'protocols/IRCG/src/ircproto.cpp') diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp index 309e65374d..f4c42f4e80 100644 --- a/protocols/IRCG/src/ircproto.cpp +++ b/protocols/IRCG/src/ircproto.cpp @@ -808,16 +808,3 @@ int CIrcProto::SetAwayMsg(int status, const wchar_t* msg) return 0; } - -///////////////////////////////////////////////////////////////////////////////////////// -// OnEvent - maintain protocol events - -int CIrcProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM lParam) -{ - switch (eventType) { - case EV_PROTO_ONMENU: - InitMainMenus(); - break; - } - return 1; -} -- cgit v1.2.3