diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-22 13:59:36 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-07-22 13:59:36 +0000 |
commit | beaa051e36e994d7862a6584cec23ee31ccb67a7 (patch) | |
tree | e749e9d5eb7b44378d4ca71ea36015423294024f | |
parent | 5204109f697f7aeae7815cb9d7f6103204886276 (diff) |
removed redundant definitions
git-svn-id: http://svn.miranda-ng.org/main/trunk@1100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/MyDetails/commons.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/MyDetails/commons.h b/plugins/MyDetails/commons.h index 51a1d02d52..4753c28d70 100644 --- a/plugins/MyDetails/commons.h +++ b/plugins/MyDetails/commons.h @@ -82,12 +82,8 @@ extern long status_msg_dialog_open; #include "../utils/mir_options.h"
#include "../utils/mir_icons.h"
-#define PS_SETMYAVATAR "/SetMyAvatar"
-#define PS_GETMYAVATAR "/GetMyAvatar"
#define PS_GETMYAVATARMAXSIZE "/GetMyAvatarMaxSize"
-#define PS_SETMYNICKNAME "/SetNickname"
-
#define PS_GETMYNICKNAMEMAXLENGTH "/GetMyNicknameMaxLength"
// See if a protocol service exists
|