Commit 5320bab2 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Cleanup unused field.

parent 849adf61
......@@ -48,7 +48,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
PanelClass* class;
int x, y, w, h;
WINDOW* window;
Vector* items;
......
......@@ -37,7 +37,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
PanelClass* class;
int x, y, w, h;
WINDOW* window;
Vector* items;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment