diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-15 16:27:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-15 16:27:58 +0300 |
commit | 56239808326cc550d0b1bd45a368e89957e7021b (patch) | |
tree | b0a4f839381b543502ed963b6b1f4868086a1d6e /plugins/ExternalAPI/delphi/m_tabsrmm.inc | |
parent | cc2d5db55ce7c1d65d7919c7e7f0ce5c48da26f2 (diff) |
unused pascal headers removed
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_tabsrmm.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_tabsrmm.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/ExternalAPI/delphi/m_tabsrmm.inc b/plugins/ExternalAPI/delphi/m_tabsrmm.inc deleted file mode 100644 index b07cb6d5bf..0000000000 --- a/plugins/ExternalAPI/delphi/m_tabsrmm.inc +++ /dev/null @@ -1,18 +0,0 @@ -{$IFNDEF M_TABSRMM}
-{$DEFINE M_TABSRMM}
-
-const
-{
- show one of the tray menus
- wParam = 0 -> session list
- wParam = 1 -> tray menu
- lParam must be 0
-}
- MS_TABMSG_TRAYSUPPORT:PAnsiChar = 'SRMsg_MOD/Show_TrayMenu';
-
-{
- the service which processes globally registered hotkeys
-}
- MS_TABMSG_HOTKEYPROCESS:PAnsiChar = 'SRMsg_MOD/ProcessHotkey';
-
-{$ENDIF}
|