From 2df91a43744f16707f02decf880ae73f3be8d954 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 20 Sep 2012 20:07:53 +0000 Subject: fix for popup & main menus git-svn-id: http://svn.miranda-ng.org/main/trunk@1614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/MRA/Mra_svcs.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'protocols/MRA/Mra_svcs.cpp') diff --git a/protocols/MRA/Mra_svcs.cpp b/protocols/MRA/Mra_svcs.cpp index ea600236cd..e5548986b4 100644 --- a/protocols/MRA/Mra_svcs.cpp +++ b/protocols/MRA/Mra_svcs.cpp @@ -204,21 +204,6 @@ INT_PTR CMraProto::MraEditProfile(WPARAM wParam, LPARAM lParam) return 0; } -INT_PTR CMraProto::MyVideo(WPARAM wParam, LPARAM lParam) -{ - return MraViewVideo(0, 0); -} - -INT_PTR CMraProto::MyAnswers(WPARAM wParam, LPARAM lParam) -{ - return MraAnswers(0, 0); -} - -INT_PTR CMraProto::MyWorld(WPARAM wParam, LPARAM lParam) -{ - return MraWorld(0, 0); -} - INT_PTR CMraProto::MraZhuki(WPARAM wParam, LPARAM lParam) { MraMPopSessionQueueAddUrl(hMPopSessionQueue, MRA_ZHUKI_URL, sizeof(MRA_ZHUKI_URL)); -- cgit v1.2.3