diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index b83f4a1a49..c30a477652 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -891,20 +891,6 @@ struct TABSRMM_SessionInfo { void *local;
};
-typedef struct {
- int cbSize;
- MCONTACT hContact;
- int uFlags; // should be same as input data unless 0, then it will be the actual type
- HWND hwndWindow; //top level window for the contact or NULL if no window exists
- int uState; // see window states
- void *local; // used to store pointer to custom data
-} MessageWindowOutputData;
-
-#define MS_MSG_GETWINDOWDATA "MessageAPI/GetWindowData"
-//wparam=(MessageWindowInputData*)
-//lparam=(MessageWindowData*)
-//returns 0 on success and returns non-zero (1) on error or if no window data exists for that hcontact
-
// callback for the user menu entry
#define MS_TABMSG_SETUSERPREFS "SRMsg_MOD/SetUserPrefs"
|