Drop unused variable

This commit is contained in:
Christian Göttsche 2020-09-11 16:34:27 +02:00 committed by cgzones
parent 1061bd719a
commit f3b4e248a3
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
int x, y, w, h;
WINDOW* window;
Vector* items;
int selected;
int oldSelected;