diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-11 16:23:36 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-11 16:23:36 +0000 |
commit | c559a18ca21a2a1fa3199c4bb60bcd031ec17134 (patch) | |
tree | 23a3716abd31956933bb8e01a90bff2c9eaf452b /protocols/JabberG/src/jabber_proto.h | |
parent | 764b106951b4c47cef929d17ca99e8f4a8165483 (diff) |
MS_UTILS_ENTERSTRING moved from Jabber to the core, cause it's very handy
git-svn-id: http://svn.miranda-ng.org/main/trunk@7593 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 73d56674f7..cf57fdc42b 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -42,9 +42,6 @@ struct CJabberProto; enum TJabberGcLogInfoType { INFO_BAN, INFO_STATUS, INFO_CONFIG, INFO_AFFILIATION, INFO_ROLE };
-// for JabberEnterString
-enum { JES_MULTILINE, JES_COMBO, JES_RICHEDIT, JES_PASSWORD };
-
typedef UNIQUE_MAP<TCHAR,TCharKeyCmp> U_TCHAR_MAP;
#define JABBER_DEFAULT_RECENT_COUNT 10
|