From cbf6fd021a95bff519cf04269d02f5191b3fadc0 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 28 Sep 2020 11:50:40 +0200 Subject: [PATCH] tweaks: remove an usused element from 'funcstruct', saving 8 more bytes --- src/definitions.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/definitions.h b/src/definitions.h index 93662c9e..4e4951dd 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -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;