diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-07 21:57:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-07 21:57:17 +0300 |
commit | 9dcd3da1170b80281bfe51717c186049365b3044 (patch) | |
tree | 58f4e05d2fff5f2387bd8686569b0f620bef0645 /plugins/TabSRMM/src/msgs.cpp | |
parent | 7d4424c249762c3ace80975342009fccce60df2b (diff) |
unused header file removed
Diffstat (limited to 'plugins/TabSRMM/src/msgs.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp index c131b19025..20921cdf39 100644 --- a/plugins/TabSRMM/src/msgs.cpp +++ b/plugins/TabSRMM/src/msgs.cpp @@ -37,7 +37,8 @@ HMODULE g_hIconDLL = 0, g_hMsftedit; static void UnloadIcons();
-void Chat_AddIcons(void);
+void Chat_AddIcons();
+void CB_InitCustomButtons();
/////////////////////////////////////////////////////////////////////////////////////////
// fired event when user changes IEView plugin options. Apply them to all open tabs
|