tweaks: remove an usused element from 'funcstruct', saving 8 more bytes

master
Benno Schulenberg 2020-09-28 11:50:40 +02:00
parent b093d19262
commit cbf6fd021a
1 changed files with 0 additions and 2 deletions

View File

@ -462,8 +462,6 @@ typedef struct funcstruct {
/* Is this function allowed when in view mode? */
int menus;
/* In what menus this function applies. */
long toggle;
/* If this is a toggle, which toggle to affect. */
struct funcstruct *next;
/* Next item in the list. */
} funcstruct;