diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 18:41:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 18:41:37 +0300 |
commit | 16488b948b0fe6e473de6afaa9038a766286f26c (patch) | |
tree | 2f306ce68a6e798bbd19907e6f95486567295add /include | |
parent | 3e36c9a85ff26217fe31bb672b71be9104a556a3 (diff) |
unused shit removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_message.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_message.h b/include/m_message.h index bec84e6539..477603abc0 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -77,12 +77,6 @@ typedef struct { // Sets a statusbar line text for the appropriate contact
#define MS_MSG_SETSTATUSTEXT "MessageAPI/SetStatusText"
-// wparam = 0
-// lparam = 0
-// Returns a dword with the current message api version
-// Current version is 0, 0, 0, 4
-#define MS_MSG_GETWINDOWAPI "MessageAPI/WindowAPI"
-
// wparam = (char*)szBuf
// lparam = (int)cbSize size of buffer
// Sets the window class name in wParam (ex. "SRMM" for srmm.dll)
|