1
1

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

Этот коммит содержится в:
Benno Schulenberg 2020-09-28 11:50:40 +02:00
родитель b093d19262
Коммит cbf6fd021a

Просмотреть файл

@ -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;