From 6a2895b7cc2eabdd975ace83ce5dc5f8c0d6f88f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 2 Sep 2016 15:00:54 +0000 Subject: - three remaining clist services converted into functions (Clist_MenuProcessCommand, Clist_IsDocked, Clist_MenuProcessHotkey); - old unused junk removed from CLIST_INTERFACE with its stubs; - all unused clist services also removed with bunch of another crap like unused params git-svn-id: http://svn.miranda-ng.org/main/trunk@17243 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/delphi/m_clistint.inc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_clistint.inc b/include/delphi/m_clistint.inc index 3b40b71055..2568903f6c 100644 --- a/include/delphi/m_clistint.inc +++ b/include/delphi/m_clistint.inc @@ -392,7 +392,7 @@ type (* clistmod.c *) pfnIconFromStatusMode : function (szProto:PAnsiChar; status:int; hContact:TMCONTACT):int; cdecl; - pfnShowHide : function (_para1:WPARAM; _para2:LPARAM):int; cdecl; + pfnShowHide : function :int; cdecl; pfnGetStatusModeDescription : function (mode:int; flags:int) : PWideChar; cdecl; (* clistsettings.c *) @@ -431,11 +431,10 @@ type (* docking.c *) pfnDocking_ProcessWindowMessage : function (wParam:WPARAM; lParam:LPARAM):int; cdecl; - (* keyboard.c *) - pfnHotKeysRegister : function (hwnd:HWND):int; cdecl; - pfnHotKeysUnregister : procedure (hwnd:HWND); cdecl; - pfnHotKeysProcess : function (hwnd:HWND; wParam:WPARAM; lParam:LPARAM):int; cdecl; - pfnHotkeysProcessMessage : function (wParam:WPARAM; lParam:LPARAM):int; cdecl; + blablabla1 : procedure; cdecl; + blablabla2 : procedure; cdecl; + blablabla3 : procedure; cdecl; + blablabla4 : procedure; cdecl; (************************************************************************************* * version 2 - events processing -- cgit v1.2.3