From 6024e32d70da7a7c703de51e30b6c6407df8a745 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Sep 2023 13:34:07 +0300 Subject: unused old field removed --- include/m_message.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/m_message.h b/include/m_message.h index 1adc08a5e2..975ff417b6 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -60,16 +60,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MSG_WINDOW_EVT_CLOSING 3 // window is about to be closed #define MSG_WINDOW_EVT_CLOSE 4 // window has been closed -#define MSG_WINDOW_UFLAG_MSG_FROM 0x00000001 -#define MSG_WINDOW_UFLAG_MSG_TO 0x00000002 -#define MSG_WINDOW_UFLAG_MSG_BOTH 0x00000004 - struct MessageWindowEventData { MCONTACT hContact; HWND hwndWindow; // top level window for the contact uint32_t uType; // see event types above - uint32_t uFlags; // used to indicate message direction for all event types except custom HWND hwndInput; // input area window for the contact (or NULL if there is none) HWND hwndLog; // log area window for the contact (or NULL if there is none) }; -- cgit v1.2.3