diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-10 12:09:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-10 12:09:56 +0000 |
commit | fdea2aec4a7900eec09c2597cd499571003f5ce4 (patch) | |
tree | b5a4e2e63453c6a65de54115dee9212c2182b9b2 /plugins/MenuItemEx/src/menuex.h | |
parent | c5bc8460851c4f404575280659293651c3d9c5f4 (diff) |
unneeded functionality removed from MenuItemEx
git-svn-id: http://svn.miranda-ng.org/main/trunk@6042 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/src/menuex.h')
-rw-r--r-- | plugins/MenuItemEx/src/menuex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/MenuItemEx/src/menuex.h b/plugins/MenuItemEx/src/menuex.h index 6e04db8293..48b165fdbb 100644 --- a/plugins/MenuItemEx/src/menuex.h +++ b/plugins/MenuItemEx/src/menuex.h @@ -4,7 +4,6 @@ #define _CRT_SECURE_NO_DEPRECATE
#include <windows.h>
-#include <time.h>
#include <newpluginapi.h>
#include <win2k.h>
@@ -59,7 +58,6 @@ int OptionsInit(WPARAM,LPARAM); #define VF_TRIMID 0x00004000
#define VF_CMV 0x00008000
#define VF_IGNH 0x00010000
-#define VF_REFRESH 0x00020000
#define CTRL_IS_PRESSED (GetAsyncKeyState(VK_CONTROL)&0x8000)
|