diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 19:25:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 19:25:05 +0300 |
commit | e84e1506adf6f0b65bab0bc5e243f6497749b7c4 (patch) | |
tree | ab529b452c9371dabc29d085c3c4630c9400d9ae /plugins/ExternalAPI | |
parent | 026adc1f0c2e30b2e21ac66f1af8b32485bc9bf2 (diff) |
more unused shit cleaned
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_tabsrmm.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/ExternalAPI/delphi/m_tabsrmm.inc b/plugins/ExternalAPI/delphi/m_tabsrmm.inc index 367808c4ed..b07cb6d5bf 100644 --- a/plugins/ExternalAPI/delphi/m_tabsrmm.inc +++ b/plugins/ExternalAPI/delphi/m_tabsrmm.inc @@ -15,13 +15,4 @@ const }
MS_TABMSG_HOTKEYPROCESS:PAnsiChar = 'SRMsg_MOD/ProcessHotkey';
-{
- Checks if there is a message window opened
- wParam=(LPARAM)(HANDLE)hContact - handle of the contact for which the window is searched.
- ignored if lParam is not zero.
- lParam=(LPARAM)(HWND)hwnd - a window handle - SET THIS TO 0 if you want to obtain the window
- handle from the hContact.
-}
- MS_MSG_MOD_MESSAGEDIALOGOPENED:PAnsiChar = 'SRMsg_MOD/MessageDialogOpened';
-
{$ENDIF}
|