diff --git a/Panel.c b/Panel.c index 681e9ca5fbb45fd3dd317067de32acebcf6cd695..866fcccacaddfb5bedb0fd2d164ee48da72ca2b2 100644 --- a/Panel.c +++ b/Panel.c @@ -48,7 +48,6 @@ typedef struct PanelClass_ { struct Panel_ { Object super; - PanelClass* class; int x, y, w, h; WINDOW* window; Vector* items; diff --git a/Panel.h b/Panel.h index 91c0a40c72230919a844dffa523821a3bd551a71..d1aaec3684ed0e8b05c9d2a50af2a138c15392c2 100644 --- a/Panel.h +++ b/Panel.h @@ -37,7 +37,6 @@ typedef struct PanelClass_ { struct Panel_ { Object super; - PanelClass* class; int x, y, w, h; WINDOW* window; Vector* items;