summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/options.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-02 18:22:15 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-02 18:22:15 +0000
commitf95374e9cace38d5555c17b2bce782477787e060 (patch)
tree2252f62d5c185b00bc9ba0838c045f891d42d7c2 /plugins/NewXstatusNotify/src/options.cpp
parent0c451cc7f96026b3e6b4553b0416435b508c513d (diff)
removed not used headers
added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.cpp')
-rw-r--r--plugins/NewXstatusNotify/src/options.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp
index ce95154171..e58de111c7 100644
--- a/plugins/NewXstatusNotify/src/options.cpp
+++ b/plugins/NewXstatusNotify/src/options.cpp
@@ -20,11 +20,6 @@
*/
#include "common.h"
-#include "indsnd.h"
-#include "options.h"
-#include "popup.h"
-#include "xstatus.h"
-#include "utils.h"
OPTIONS opt = {0};
TEMPLATES templates = {0};
@@ -32,10 +27,6 @@ BOOL UpdateListFlag = FALSE;
LIST<PROTOTEMPLATE> ProtoTemplates(10);
int LastItem = 0;
-extern HINSTANCE hInst;
-extern HANDLE hEnableDisableMenu;
-extern STATUS StatusList[STATUS_COUNT];
-
INT_PTR CALLBACK DlgProcAutoDisableOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
void LoadTemplates()