From 6a9e3738066370dac38f5f6768b8a6f61fe709e0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Mar 2017 14:18:31 +0300 Subject: SRMM notifications went to the core with ME_MSG_WINDOWEVENT --- plugins/TabSRMM/src/msgs.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/TabSRMM/src/msgs.h') diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index 1b3c4987d3..5ab3b1e144 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -252,7 +252,6 @@ protected: void DetermineMinHeight(); void FindFirstEvent(); - int FireEvent(unsigned int type, unsigned int subType = 0); void GetSendFormat(); bool IsAutoSplitEnabled() const; void ResizeIeView(); @@ -1002,17 +1001,6 @@ struct SIDEBARITEM { #include "templates.h" -struct TABSRMM_SessionInfo { - unsigned int cbSize; - unsigned short evtCode; - HWND hwnd; // handle of the message dialog (tab) - HWND hwndContainer; // handle of the parent container - HWND hwndInput; // handle of the input area (rich edit) - UINT extraFlags; - UINT extraFlagsEX; - void *local; -}; - // callback for the user menu entry #define MS_TABMSG_SETUSERPREFS "SRMsg_MOD/SetUserPrefs" -- cgit v1.2.3