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 | |
parent | 7d4424c249762c3ace80975342009fccce60df2b (diff) |
unused header file removed
-rw-r--r-- | plugins/TabSRMM/src/buttonbar.h | 6 | ||||
-rw-r--r-- | plugins/TabSRMM/src/msgs.cpp | 3 | ||||
-rw-r--r-- | plugins/TabSRMM/src/stdafx.h | 1 |
3 files changed, 2 insertions, 8 deletions
diff --git a/plugins/TabSRMM/src/buttonbar.h b/plugins/TabSRMM/src/buttonbar.h deleted file mode 100644 index d0863d6b65..0000000000 --- a/plugins/TabSRMM/src/buttonbar.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _BUTTONSBAR_H
-#define _BUTTONSBAR_H
-
-void CB_InitCustomButtons();
-
-#endif
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
diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 6708510ca7..74b9f2b7ea 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -114,7 +114,6 @@ typedef struct _DWM_THUMBNAIL_PROPERTIES #include "resource.h"
#include "version.h"
-#include "buttonbar.h"
#include "infopanel.h"
#include "msgs.h"
#include "msgdlgutils.h"
|