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 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'include/delphi') 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; -- cgit v1.2.3