diff options
Diffstat (limited to 'include/delphi/m_clist.inc')
-rw-r--r-- | include/delphi/m_clist.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_clist.inc b/include/delphi/m_clist.inc index 5fe6680289..ac6c1746e2 100644 --- a/include/delphi/m_clist.inc +++ b/include/delphi/m_clist.inc @@ -89,7 +89,6 @@ const CMIF_ROOTHANDLE = 384; // means that hParentMenu member is set (since 0.8#26)
CMIF_UNICODE = 512; // will return TCHAR* instead of AnsiChar*
CMIF_KEEPUNTRANSLATED = 1024; // don't translate a menu item
- CMIF_ICONFROMICOLIB = 2048; // use icolibName instead of hIcon
CMIF_DEFAULT = 4096; // this menu item is the default one
|