diff options
Diffstat (limited to 'plugins/TabSRMM/src/msgoptions_plus.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgoptions_plus.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TabSRMM/src/msgoptions_plus.cpp b/plugins/TabSRMM/src/msgoptions_plus.cpp index e407f392d6..9ebb60fea0 100644 --- a/plugins/TabSRMM/src/msgoptions_plus.cpp +++ b/plugins/TabSRMM/src/msgoptions_plus.cpp @@ -26,8 +26,6 @@ *
* (C) 2005-2009 by silvercircle _at_ gmail _dot_ com and contributors
*
- * $Id: msgoptions_plus.cpp 13034 2010-10-24 20:39:04Z silvercircle $
- *
* implements the "advanced tweak" option page
*
* originally developed by Mad Cluster for the tabSRMM "MADMOD" patch in
@@ -37,10 +35,6 @@ #include "commonheaders.h"
-extern HINSTANCE hinstance;
-extern BOOL g_bIMGtagButton;
-extern HIMAGELIST g_himlOptions, CreateStateImageList();
-
static void FillDialog(HWND hwndDlg)
{
TVINSERTSTRUCT tvi = {0};
|