diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-06-29 18:25:00 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-06-29 18:26:19 +0300 |
| commit | ee3d01faf0fbc95fc0b3ed10216f26ff5181acbc (patch) | |
| tree | 71248aa1ad6e1fc01c4fa2869e70febc4e93d0a4 /include | |
| parent | 0a60af589bd8c254f7a8fbfb00436e0cb4e97e18 (diff) | |
we don't need all that trash either
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_genmenu.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h index 74ecfcde71..9072967baa 100644 --- a/include/m_genmenu.h +++ b/include/m_genmenu.h @@ -21,9 +21,8 @@ #define CMIF_UNMOVABLE 0x0080 // item's position cannot be changed
#define CMIF_SYSTEM 0x0100 // item's presence & position cannot be changed
#define CMIF_UNICODE 0x0200 // will use wchar_t* instead of char*
-#define CMIF_KEEPUNTRANSLATED 0x0400 // don't translate a menu item
-#define CMIF_CUSTOM 0x0800 // custom menu item. doesn't exist in a code
-#define CMIF_DEFAULT 0x1000 // this menu item is the default one
+#define CMIF_KEEPUNTRANSLATED 0x0400 // don't translate a menu item
+#define CMIF_DEFAULT 0x1000 // this menu item is the default one
struct TMO_MenuItem
{
|
