summaryrefslogtreecommitdiff
path: root/protocols/MRA/Mra_svcs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MRA/Mra_svcs.cpp')
-rw-r--r--protocols/MRA/Mra_svcs.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/protocols/MRA/Mra_svcs.cpp b/protocols/MRA/Mra_svcs.cpp
index a69220a1d8..ea600236cd 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::MyAlbum(WPARAM wParam, LPARAM lParam)
-{
- return MraViewAlbum(0, 0);
-}
-
-INT_PTR CMraProto::MyBlog(WPARAM wParam, LPARAM lParam)
-{
- return MraReadBlog(0, 0);
-}
-
-INT_PTR CMraProto::MyBlogStatus(WPARAM wParam, LPARAM lParam)
-{
- return MraReplyBlogStatus(0, 0);
-}
-
INT_PTR CMraProto::MyVideo(WPARAM wParam, LPARAM lParam)
{
return MraViewVideo(0, 0);