summaryrefslogtreecommitdiffstats
path: root/Panel.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-11 16:34:27 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:22:18 +0200
commitf3b4e248a360624ba429ec6c69e3ccfc9097ef2c (patch)
tree0d3f290138a4682ede23e9acb0e35ba3a65011fa /Panel.h
parent1061bd719aa2e6762958c59bdf88aa3ee961999c (diff)
Drop unused variable
Diffstat (limited to 'Panel.h')
-rw-r--r--Panel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Panel.h b/Panel.h
index 480e2c0f..1c7c171d 100644
--- a/Panel.h
+++ b/Panel.h
@@ -42,7 +42,6 @@ typedef struct PanelClass_ {
struct Panel_ {
Object super;
int x, y, w, h;
- WINDOW* window;
Vector* items;
int selected;
int oldSelected;

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