summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-31 22:31:06 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-31 22:31:06 -0300
commit5320bab202aa5dad893a0da5848be1c40728d9e1 (patch)
tree2d6acaad223dac8929b30f4e5a0b1742823a5211
parent849adf6155537950a9fb9b32d44b89dc5776a5af (diff)
Cleanup unused field.
-rw-r--r--Panel.c1
-rw-r--r--Panel.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/Panel.c b/Panel.c
index 681e9ca5..866fccca 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 91c0a40c..d1aaec36 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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy