summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-18 16:14:20 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-18 16:14:20 +0000
commita88908d79295c22362b9c66edef2d185b7e64f01 (patch)
treef3b9efe910e6f2418259083906b21288433e8452 /include
parent082f19f7b21686c2a30867a2dc604e61a47d8b20 (diff)
old useless junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_hotkeys.inc11
-rw-r--r--include/m_hotkeys.h2
2 files changed, 2 insertions, 11 deletions
diff --git a/include/delphi/m_hotkeys.inc b/include/delphi/m_hotkeys.inc
index e0bda35da1..e838a95118 100644
--- a/include/delphi/m_hotkeys.inc
+++ b/include/delphi/m_hotkeys.inc
@@ -1,8 +1,8 @@
{
Miranda IM: the free IM client for Microsoft* Windows*
-Copyright 2000-2007 Miranda ICQ/IM project,
-all portions of this codebase are copyrighted to the people
+Copyright 2000-2007 Miranda ICQ/IM project,
+all portions of this codebase are copyrighted to the people
listed in contributors.txt.
This program is free software; you can redistribute it and/or
@@ -40,13 +40,6 @@ type
PHOTKEYDESC = ^THOTKEYDESC;
const
- {$IFNDEF Win64}
- HOTKEYDESC_SIZE_V1 = 7*SizeOf(dword); //(offsetof(HOTKEYDESC, dwFlags))
- {$ELSE}
- HOTKEYDESC_SIZE_V1 = SizeOf(HOTKEYDESC);
- {$ENDIF}
-
-const
HKF_MIRANDA_LOCAL = $8000;
{ use this macro to defile hotkey codes like this:
diff --git a/include/m_hotkeys.h b/include/m_hotkeys.h
index 33ebde9817..effe9df65b 100644
--- a/include/m_hotkeys.h
+++ b/include/m_hotkeys.h
@@ -51,8 +51,6 @@ typedef struct
DWORD dwFlags;
} HOTKEYDESC;
-#define HOTKEYDESC_SIZE_V1 (offsetof(HOTKEYDESC, dwFlags))
-
#define HKF_MIRANDA_LOCAL 0x8000
extern int hLangpack;