diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-22 14:34:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-22 14:34:57 +0300 |
commit | 9300399ed59f4d82f5e62f5ef43b752da4dd0735 (patch) | |
tree | 3b3454be313297cb33d5e550043217b467915581 /protocols/SkypeWeb/src/skype_proto.cpp | |
parent | 1a71e02f8edb73943f3ce7de693c7f3c3e9ebc48 (diff) |
EV_PROTO_ONMENU removed
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.cpp')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index cd5baa7bc0..fe1b897aa1 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -298,16 +298,6 @@ int CSkypeProto::UserIsTyping(MCONTACT hContact, int type) return 0; } -int CSkypeProto::OnEvent(PROTOEVENTTYPE iEventType, WPARAM wParam, LPARAM lParam) -{ - switch (iEventType) { - case EV_PROTO_ONMENU: - return OnInitStatusMenu(); - } - - return 1; -} - int CSkypeProto::RecvContacts(MCONTACT hContact, PROTORECVEVENT* pre) { PROTOSEARCHRESULT **isrList = (PROTOSEARCHRESULT**)pre->szMessage; |