diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-26 19:38:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-26 19:38:43 +0300 |
commit | b58a27002bb24772dcfbc7d44387c29e84127374 (patch) | |
tree | 16f4b09cb42affadd2aa66e3f6f4f3d8f28c05e8 /protocols/JabberG/src/stdafx.h | |
parent | 0fc0c03f8176b13f0596e90bb3832040cf46c9af (diff) |
two more obsolete messages removed
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-x | protocols/JabberG/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index f5f73f96ae..ae23167963 100755 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -179,9 +179,7 @@ protected: #define JABBER_DB_EVENT_PRESENCE_ERROR 5
// User-defined message
-#define WM_JABBER_AGENT_REFRESH (WM_PROTO_LAST + 101)
#define WM_JABBER_TRANSPORT_REFRESH (WM_PROTO_LAST + 102)
-#define WM_JABBER_REGINPUT_ACTIVATE (WM_PROTO_LAST + 103)
#define WM_JABBER_CHANGED (WM_PROTO_LAST + 106)
#define WM_JABBER_SET_FONT (WM_PROTO_LAST + 108)
#define WM_JABBER_FLASHWND (WM_PROTO_LAST + 109)
|