Simplifying manual, removing unused elements

This commit is contained in:
phillbush
2020-07-30 22:03:54 -03:00
parent 8e799bb47d
commit 7832d2cfa9
2 changed files with 1 additions and 7 deletions

View File

@@ -64,7 +64,6 @@ struct Item {
char *file; /* filename of the icon */
int y; /* item y position relative to menu */
int h; /* item height */
size_t labellen; /* strlen(label) */
struct Item *prev; /* previous item */
struct Item *next; /* next item */
struct Menu *submenu; /* submenu spawned by clicking on item */