diff options
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}
|