diff options
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));
|