diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-11 21:22:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-11 21:22:38 +0300 |
commit | 524203126e0815eee6ce8e4cd7d3beb70ed9be94 (patch) | |
tree | 6a151f34c0a52c0800ac93f7337d2e8201e55ccc /include | |
parent | 2ed436c9c7338686de0a470baeae52072eca4ab2 (diff) |
unused constant removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat.h b/include/m_chat.h index 818883ff62..cb806681a6 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -471,7 +471,6 @@ EXTERN_C MIR_APP_DLL(int) Chat_GetInfo(GC_INFO*); #define GC_USER_TYPNOTIFY 5 // NOT IMPLEMENTED YET! user is typing
#define GC_USER_PRIVMESS 6 // user requests to send a private message to a user. pszUID is valid
#define GC_SESSION_TERMINATE 7 // the session is about to be terminated, the "user defined data" is passed in dwData, which can be good free'ing any allocated memory.
-#define GC_USER_LEAVE 8 // user requests to leave the session
#define GC_USER_CLOSEWND 9 // user closed the window (this is usually not an indication that the protocol
// should take action, but MSN may want to terminate the session here)
#define ME_GC_EVENT "GChat/OutgoingEvent"
|