From 31a952e136448db75da48830c870af8eef6d1a03 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Apr 2017 14:37:59 +0300 Subject: more common code incapsulated into mir_app.dll --- include/m_message.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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); -- cgit v1.2.3