Cleanup unused field.

This commit is contained in:
Hisham Muhammad 2015-03-31 22:31:06 -03:00
parent 849adf6155
commit 5320bab202
2 changed files with 0 additions and 2 deletions

View File

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

View File

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