diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-21 17:57:33 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-21 17:57:33 +0000 |
commit | 75adc4e354b69e2daaa85896e23ef0f987e7e57a (patch) | |
tree | 6789f8bd244e53bd52a5b8bce33b59be12174f05 /plugins/MenuItemEx/src/menuex.h | |
parent | b1eb4f8ca517d698cb97742701c670f3810d56d2 (diff) |
removed support for old miranda
git-svn-id: http://svn.miranda-ng.org/main/trunk@2034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/src/menuex.h')
-rw-r--r-- | plugins/MenuItemEx/src/menuex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/menuex.h b/plugins/MenuItemEx/src/menuex.h index 25729660c4..4d4bf8d1bd 100644 --- a/plugins/MenuItemEx/src/menuex.h +++ b/plugins/MenuItemEx/src/menuex.h @@ -69,6 +69,5 @@ int OptionsInit(WPARAM,LPARAM); #define CTRL_IS_PRESSED (GetAsyncKeyState(VK_CONTROL)&0x8000)
extern const int vf_default;
-extern BOOL bMir_08;
#endif
|