From 6c0d35da843f6a37bf5556aabb500256535a338f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 11 Jan 2019 21:28:52 +0300 Subject: another unused constant removed --- include/m_chat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/m_chat.h b/include/m_chat.h index cb806681a6..6701507374 100644 --- a/include/m_chat.h +++ b/include/m_chat.h @@ -471,8 +471,7 @@ 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_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" struct GCHOOK -- cgit v1.2.3