summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-08-06 16:05:26 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-08-06 16:05:26 +0000
commitae9f4095f3470845057c8d64498710fd6202612b (patch)
treed5b27ebf2648ab2296c1af4d7d005a263552124d /plugins/TabSRMM/src/msgs.h
parent4e5ba6e4a963960b7e013130786b7e801b66b475 (diff)
Minor cleanup for tabsrmm
git-svn-id: http://svn.miranda-ng.org/main/trunk@10094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r--plugins/TabSRMM/src/msgs.h14
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"