summaryrefslogtreecommitdiffstats
path: root/Panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'Panel.c')
-rw-r--r--Panel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Panel.c b/Panel.c
index ccf6ba68..7428dda6 100644
--- a/Panel.c
+++ b/Panel.c
@@ -56,7 +56,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
- PanelClass* class;
int x, y, w, h;
WINDOW* window;
Vector* items;