Removed un-needed count variable.

This commit is contained in:
2021-09-02 10:33:11 -07:00
parent cc79313183
commit f91cc172e9
2 changed files with 4 additions and 9 deletions

View File

@ -26,5 +26,4 @@ typedef struct {
frame_t frame;
menu_t menu;
rectangle_t selection;
uint8_t count;
} menulist_t;