summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-04-17 14:37:59 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-04-17 14:37:59 +0300
commit31a952e136448db75da48830c870af8eef6d1a03 (patch)
tree62354599d4f937db2be8604c9d9b49c3fdda1f01 /include/m_message.h
parent4a38c1650e8e4a66c266b5fc984a4c1407c286be (diff)
more common code incapsulated into mir_app.dll
Diffstat (limited to 'include/m_message.h')
-rw-r--r--include/m_message.h4
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);