summaryrefslogtreecommitdiff
path: root/protocols/MRA/Mra_svcs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-09-20 19:40:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-09-20 19:40:57 +0000
commita9e4905df31370fb65bf05b4f9068c1648f4e87e (patch)
treebf8dcc92fa80d789834fafeb583fb3f38095045d /protocols/MRA/Mra_svcs.cpp
parent56eb98aae89ed7c503b1e776625a0347786fc85c (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);