diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-20 20:07:53 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-20 20:07:53 +0000 |
commit | 2df91a43744f16707f02decf880ae73f3be8d954 (patch) | |
tree | 21a3fded5053c4fa804615d4408a558bd2fb236d /protocols/MRA/Mra_svcs.cpp | |
parent | 0163c525a2dc607a0b7a0a9242a4091e0201a065 (diff) |
fix for popup & main menus
git-svn-id: http://svn.miranda-ng.org/main/trunk@1614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/Mra_svcs.cpp')
-rw-r--r-- | protocols/MRA/Mra_svcs.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
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));
|