diff options
Diffstat (limited to 'include/m_message.h')
-rw-r--r-- | include/m_message.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_message.h b/include/m_message.h index 23f4482b5c..1173e822ca 100644 --- a/include/m_message.h +++ b/include/m_message.h @@ -259,10 +259,6 @@ EXTERN_C MIR_APP_DLL(int) Srmm_SetButtonState(MCONTACT hContact, BBButton *bbdi) // returns 0 on success and nonzero value otherwise
EXTERN_C MIR_APP_DLL(void) Srmm_ResetToolbar();
-// creates toolbar buttons for a SRMM window
-// flags might be either BBBF_ISIMBUTTON or BBBF_ISCHATBUTTON, depending on a window type
-EXTERN_C MIR_APP_DLL(void) Srmm_CreateToolbarIcons(HWND hwndDlg, int flags);
-
// updates all toolbar icons in a message dialog
EXTERN_C MIR_APP_DLL(void) Srmm_UpdateToolbarIcons(HWND hdlg);
|