From 7da34568ebe51547af1fc75afc6841168de3fd93 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Nov 2019 14:58:58 +0300 Subject: fixes #2112 (Remove some obsolete shit) --- include/delphi/m_system.inc | 33 --------------------------------- plugins/Actman/services.ini | 14 -------------- 2 files changed, 47 deletions(-) diff --git a/include/delphi/m_system.inc b/include/delphi/m_system.inc index 07d308069b..a554b25a99 100644 --- a/include/delphi/m_system.inc +++ b/include/delphi/m_system.inc @@ -74,39 +74,6 @@ const } ME_SYSTEM_PRESHUTDOWN:PAnsiChar = 'Miranda/System/PShutdown'; - { - wParam : 0 - lParam : (address) void (__cdecl callback) (void) - Affect : Setup a function pointer to be called after main loop iterations, it allows for - idle processing, See notes - Returns: 1 on success, 0 on failure - - Notes : This service will only allow one function to be registered, if one is registered, 0 will be returned - Remember that this uses __cdecl. - Version: Added during 0.3.4+ - } - MS_SYSTEM_SETIDLECALLBACK:PAnsiChar = 'Miranda/SetIdleCallback'; - - { - wParam : 0 - lParam : &tick - Affect : return the last window tick where a monitored event was seen, currently WM_CHAR/WM_MOUSEMOVE - Returns: Always returns 0 - Version: Added during 0.3.4+ (2004/09/12) - } - MS_SYSTEM_GETIDLE:PAnsiChar = 'Miranda/GetIdle'; - - { - wParam: cchMax (max length of buffer) - lParam: pointer to buffer to fill - Affect: Returns the build timestamp of the core, as a string of YYYYMMDDhhmmss, this service might - not exist and therefore the build is before 2004-09-30 - Returns: zero on success, non zero on failure - Version: 0.3.4a+ (2004/09/30) - DEFUNCT: This service was removed on 0.3.4.3+ (2004/11/19) use APILEVEL - } - MS_SYSTEM_GETBUILDSTRING:PAnsiChar = 'Miranda/GetBuildString'; - function Miranda_IsTerminated : bytebool; stdcall; external AppDll; {$ENDIF} diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 8988683537..70e475228e 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -180,20 +180,6 @@ lparam=0 plugin=History++ (historypp.dll) descr=Show Global history search window. If already opened, bring it to front. -[Service:Ignore/Ignore] -alias=MS_IGNORE_IGNORE -wparam=hContact -lparam=-1 Ignore all|1 Ignore messages|2 Ignore URLs|3 Ignore files|4 Ignore User Online|5 Ignore requests|6 Ignore 'You were added' -return=int 0, if successful -descr=Ignore Contact - -[Service:Ignore/Unignore] -alias=MS_IGNORE_UNIGNORE -wparam=hContact -lparam=-1 Ignore all|1 Ignore messages|2 Ignore URLs|3 Ignore files|4 Ignore User Online|5 Ignore requests|6 Ignore 'You were added' -return=int 0, if successful -descr=Unignore Contact - [Service:Miranda/System/Restart] alias=MS_SYSTEM_RESTART wparam=0 restart in default profile or profile manager|1 restart with current profile -- cgit v1.2.3