diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-30 22:22:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-30 22:22:49 +0000 |
commit | 2b5452c11f786d502a3f463cdd5a3483fa21c79d (patch) | |
tree | 5558dc6e60a14d7ab356372d753bdade36a99940 | |
parent | 347246b38a50d6570f3c15c09fc3c78ce4ad2d9c (diff) |
strange useless definition removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/MRA/src/MraConstans.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/MRA/src/MraConstans.h b/protocols/MRA/src/MraConstans.h index ebfdf6e9aa..c17fc4152a 100644 --- a/protocols/MRA/src/MraConstans.h +++ b/protocols/MRA/src/MraConstans.h @@ -208,11 +208,6 @@ static const LPSTR lpcszMailRuDomains[] = #define MRA_DEF_FS_ADD_EXTRA_ADDRESSES FALSE
#define MRA_DEF_FS_ENABLE_MRIM_PROXY_CONS TRUE
-#define PS_GETMYAVATAR "/GetMyAvatar"
-//wParam = (char *)Buffer to file name
-//lParam = (int)Buffer size
-//return = 0 for sucess
-
#define ICQACKTYPE_SMS 1001
#define MS_ICQ_SENDSMS "/SendSMS"
|