From 1416051048756ab769de52ab5eb67a31e41524fd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Mar 2013 11:49:39 +0000 Subject: removed not used headers added version info git-svn-id: http://svn.miranda-ng.org/main/trunk@3952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/hotkeyhandler.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'plugins/TabSRMM/src/hotkeyhandler.cpp') diff --git a/plugins/TabSRMM/src/hotkeyhandler.cpp b/plugins/TabSRMM/src/hotkeyhandler.cpp index a66951c93e..936d1991b7 100644 --- a/plugins/TabSRMM/src/hotkeyhandler.cpp +++ b/plugins/TabSRMM/src/hotkeyhandler.cpp @@ -26,8 +26,6 @@ * * (C) 2005-2010 by silvercircle _at_ gmail _dot_ com and contributors * - * $Id: hotkeyhandler.cpp 13596 2011-04-15 19:07:23Z george.hazan $ - * * The hotkeyhandler is a small, invisible window which handles the following things: a) event notify stuff, messages posted from the popups to avoid threading @@ -40,11 +38,6 @@ */ #include "commonheaders.h" -#pragma hdrstop - -extern HICON hIcons[]; -extern INT_PTR SendMessageCommand(WPARAM wParam, LPARAM lParam); -extern INT_PTR SendMessageCommand_W(WPARAM wParam, LPARAM lParam); static UINT WM_TASKBARCREATED; static HANDLE hSvcHotkeyProcessor = 0; @@ -166,7 +159,7 @@ LONG_PTR CALLBACK HotkeyHandlerDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP switch (msg) { case WM_CREATE: - for (int i=0; i < safe_sizeof(_hotkeydescs); i++) { + for (int i=0; i < SIZEOF(_hotkeydescs); i++) { _hotkeydescs[i].cbSize = sizeof(HOTKEYDESC); Hotkey_Register(&_hotkeydescs[i]); } -- cgit v1.2.3