diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-20 19:40:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-20 19:40:57 +0000 |
commit | a9e4905df31370fb65bf05b4f9068c1648f4e87e (patch) | |
tree | bf8dcc92fa80d789834fafeb583fb3f38095045d /protocols/MRA/MraProto.h | |
parent | 56eb98aae89ed7c503b1e776625a0347786fc85c (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/MraProto.h')
-rw-r--r-- | protocols/MRA/MraProto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/MRA/MraProto.h b/protocols/MRA/MraProto.h index 3203135a29..7c9dafe4a2 100644 --- a/protocols/MRA/MraProto.h +++ b/protocols/MRA/MraProto.h @@ -166,9 +166,6 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject INT_PTR __cdecl MraGotoInbox(WPARAM, LPARAM);
INT_PTR __cdecl MraShowInboxStatus(WPARAM, LPARAM);
INT_PTR __cdecl MraEditProfile(WPARAM, LPARAM);
- INT_PTR __cdecl MyAlbum(WPARAM, LPARAM);
- INT_PTR __cdecl MyBlog(WPARAM, LPARAM);
- INT_PTR __cdecl MyBlogStatus(WPARAM, LPARAM);
INT_PTR __cdecl MyVideo(WPARAM, LPARAM);
INT_PTR __cdecl MyAnswers(WPARAM, LPARAM);
INT_PTR __cdecl MyWorld(WPARAM, LPARAM);
|