diff options
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -30,8 +30,6 @@ struct menu { bool bottom; // The function used to match menu items int (*strncmp)(const char *, const char *, size_t); - // Whether the input is a password - bool passwd; // The font used to display the menu char *font; // The number of lines to list items vertically |