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