mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-19 23:04:32 +03:00
tweaks: remove an usused element from 'funcstruct', saving 8 more bytes
This commit is contained in:
parent
b093d19262
commit
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user