diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-24 19:09:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-24 19:09:17 +0300 |
commit | 026adc1f0c2e30b2e21ac66f1af8b32485bc9bf2 (patch) | |
tree | 1a5f2766072f254726fe323d3698a89f1cfbe1b5 /plugins/ExternalAPI/delphi | |
parent | 6ce1301c80786203fcfc2fbc46bbfae73842b6ec (diff) |
more unused shit removed
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_tabsrmm.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/ExternalAPI/delphi/m_tabsrmm.inc b/plugins/ExternalAPI/delphi/m_tabsrmm.inc index cdf42942e2..367808c4ed 100644 --- a/plugins/ExternalAPI/delphi/m_tabsrmm.inc +++ b/plugins/ExternalAPI/delphi/m_tabsrmm.inc @@ -24,12 +24,4 @@ const }
MS_MSG_MOD_MESSAGEDIALOGOPENED:PAnsiChar = 'SRMsg_MOD/MessageDialogOpened';
-{
- obtain the message window flags
- wParam = hContact - ignored if lParam is given.
- lParam = hwnd
- returns struct MessageWindowData *dat, 0 if no window is found
-}
- MS_MSG_MOD_GETWINDOWFLAGS:PAnsiChar = 'SRMsg_MOD/GetWindowFlags';
-
{$ENDIF}
|