diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-19 21:41:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-19 21:41:46 +0000 |
commit | 27b52fd25b336a52cfd74d6ef74ed382a110a791 (patch) | |
tree | 456dbb26a7e367a8f8ecf95ba26c1bea54fa4b4a /protocols/MRA/src/MraProto.h | |
parent | 61c233692c5a946b0b29a260397ea78a3755ed63 (diff) |
- MRA_CHAT removed due to its discontinuation at www.mail.ru
- fixes for MRA urls
git-svn-id: http://svn.miranda-ng.org/main/trunk@2771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MRA/src/MraProto.h')
-rw-r--r-- | protocols/MRA/src/MraProto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h index 4555f28463..641938162a 100644 --- a/protocols/MRA/src/MraProto.h +++ b/protocols/MRA/src/MraProto.h @@ -165,7 +165,6 @@ struct CMraProto : public PROTO_INTERFACE, public MZeroedObject INT_PTR __cdecl MraShowInboxStatus(WPARAM, LPARAM);
INT_PTR __cdecl MraEditProfile(WPARAM, LPARAM);
INT_PTR __cdecl MraZhuki(WPARAM, LPARAM);
- INT_PTR __cdecl MraChat(WPARAM, LPARAM);
INT_PTR __cdecl MraWebSearch(WPARAM, LPARAM);
INT_PTR __cdecl MraUpdateAllUsersInfo(WPARAM, LPARAM);
INT_PTR __cdecl MraCheckUpdatesUsersAvt(WPARAM, LPARAM);
|