diff options
Diffstat (limited to 'include/m_message.h')
-rw-r--r-- | include/m_message.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/m_message.h b/include/m_message.h index 477603abc0..a3cfee132e 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -77,11 +77,6 @@ typedef struct { // Sets a statusbar line text for the appropriate contact
#define MS_MSG_SETSTATUSTEXT "MessageAPI/SetStatusText"
-// wparam = (char*)szBuf
-// lparam = (int)cbSize size of buffer
-// Sets the window class name in wParam (ex. "SRMM" for srmm.dll)
-#define MS_MSG_GETWINDOWCLASS "MessageAPI/WindowClass"
-
typedef struct {
int cbSize;
MCONTACT hContact;
|