summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/Options.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-20 20:21:34 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-20 20:21:34 +0000
commitf9ac6bc30beec86994091fa144dc3a569cd4a843 (patch)
tree97108f0d771971dddc60cc98e64603d7f5645ebe /plugins/NewAwaySysMod/src/Options.h
parentae9f3725b8dfa376cf66f346429ec78d1e4ab748 (diff)
- standardized version resource;
- unused header file removed from project; - code cleaning; - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@8198 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/Options.h')
-rw-r--r--plugins/NewAwaySysMod/src/Options.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/NewAwaySysMod/src/Options.h b/plugins/NewAwaySysMod/src/Options.h
index 666162c50a..5fda4082d9 100644
--- a/plugins/NewAwaySysMod/src/Options.h
+++ b/plugins/NewAwaySysMod/src/Options.h
@@ -22,11 +22,6 @@
#include "CString.h"
#include "TMyArray.h"
-#ifndef lengthof
-#define lengthof(s) (sizeof(s) / sizeof(*s))
-#endif
-
-
class COptItem
{
public:
@@ -399,7 +394,7 @@ public:
int TreeFlags;
protected:
- void RecursiveDelete(HWND hWnd, int I);
+ void RecursiveDelete(HWND hWnd, int i);
int RecursiveMove(int ItemOrder, int ParentID, int InsertAtOrder);
};