diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-09 18:56:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-09 18:56:03 +0300 |
commit | eec98453479bf86999060565ad90a63ff8f74942 (patch) | |
tree | c2dcb22ac74920b3cbcc96d2376dfcd77e9dcffc /include/delphi | |
parent | 09c39492686b504391db1bda59d3a3c246435534 (diff) |
MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()
dunno how I could miss it
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_clist.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index f4af29552d..32906e9ba2 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -18,13 +18,6 @@ const ME_CLIST_STATUSMODECHANGE:PAnsiChar = 'CList/StatusModeChange';
{
- wParam : new_status
- lParam : 0
- Affect : Force a change of status mode, see statusmodes.inc
- }
- MS_CLIST_SETSTATUSMODE:PAnsiChar = 'CList/SetStatusMode';
-
- {
wParam : 0
lParam : 0
Affect : Get the current status mode, see notes
|