diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgs.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index 3c1b5051e0..7325c07702 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -38,7 +38,6 @@ HMODULE g_hIconDLL = 0, g_hMsftedit; static void UnloadIcons();
void Chat_AddIcons();
-void CB_InitCustomButtons();
/////////////////////////////////////////////////////////////////////////////////////////
// fired event when user changes IEView plugin options. Apply them to all open tabs
@@ -1037,7 +1036,6 @@ static void TSAPI InitAPI() CreateServiceFunction(MS_TABMSG_SLQMGR, CSendLater::svcQMgr);
SI_InitStatusIcons();
- CB_InitCustomButtons();
}
int LoadSendRecvMessageModule(void)
|