diff options
| author | George Hazan <ghazan@miranda.im> | 2020-04-01 19:45:20 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-04-01 19:45:20 +0300 |
| commit | 3703c13d33ad667b529d6a0351f24e36e1a549f7 (patch) | |
| tree | bea08fdc9e64e924308a64059d0449aa9a695ecd /include | |
| parent | 6abd857f75f3ba82de7723875af3011f3438b795 (diff) | |
Clist_Blind: unused option removed
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_clistint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 1e704e209d..400095427f 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -225,8 +225,6 @@ struct MenuProto #define CLCDEFAULT_USEBITMAP 0
#define CLCDEFAULT_BKBMPUSE CLB_STRETCH
#define CLCDEFAULT_OFFLINEMODES MODEF_OFFLINE
-#define CLCDEFAULT_GREYOUTFLAGS 0
-#define CLCDEFAULT_FULLGREYOUTFLAGS (MODEF_OFFLINE|PF2_INVISIBLE|GREYF_UNFOCUS)
#define CLCDEFAULT_SELBLEND 1
#define CLCDEFAULT_SELBKCOLOUR GetSysColor(COLOR_HIGHLIGHT)
#define CLCDEFAULT_TEXTCOLOUR GetSysColor(COLOR_WINDOWTEXT)
|
