From a88908d79295c22362b9c66edef2d185b7e64f01 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Jan 2014 16:14:20 +0000 Subject: old useless junk removed git-svn-id: http://svn.miranda-ng.org/main/trunk@7731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_hotkeys.inc | 11 ++--------- include/m_hotkeys.h | 2 -- 2 files changed, 2 insertions(+), 11 deletions(-) (limited to 'include') 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 @@ -39,13 +39,6 @@ type THOTKEYDESC = HOTKEYDESC; 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; 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; -- cgit v1.2.3