diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-18 23:20:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-18 23:20:51 +0000 |
commit | 7a2c6126cd995cfdbd5f3167609cd7e09ffacf35 (patch) | |
tree | 5abf4493f0b3bb435c5604fbdba453acfcc1e066 /include/m_hotkeys.h | |
parent | 7984eb187eec59c96ce661e85575ee2cbf5b386e (diff) |
useless junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@66 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_hotkeys.h')
-rw-r--r-- | include/m_hotkeys.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h index a7b628e0bf..d8484e5c2e 100644 --- a/include/m_hotkeys.h +++ b/include/m_hotkeys.h @@ -47,14 +47,10 @@ typedef struct const char *pszService; /* Service to call when HotKey Pressed */
WORD DefHotKey; /* default hot key for action */
LPARAM lParam; /* lParam to pass to service */
- #if MIRANDA_VER >= 0x900
- DWORD dwFlags;
- #endif
+ DWORD dwFlags;
} HOTKEYDESC;
-#if MIRANDA_VER >= 0x900
#define HOTKEYDESC_SIZE_V1 (offsetof(HOTKEYDESC, dwFlags))
-#endif
#define HKF_MIRANDA_LOCAL 0x8000
|