summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-08-21 17:58:23 +0200
committerChristian Göttsche <cgzones@googlemail.com>2021-08-22 15:21:52 +0200
commit7146059645dd87a4b46920223a0aa9881202f4e2 (patch)
tree5e64249092f5c87d300fea5df3f7e6a67cd51a16 /ColorsPanel.h
parentcf45a5d02b09120fc2e8e9ebaaaa5bdd45a021e4 (diff)
Removed unused field in ColorsPanel
Diffstat (limited to 'ColorsPanel.h')
-rw-r--r--ColorsPanel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ColorsPanel.h b/ColorsPanel.h
index 54bb8580..6a031e20 100644
--- a/ColorsPanel.h
+++ b/ColorsPanel.h
@@ -16,11 +16,10 @@ typedef struct ColorsPanel_ {
Panel super;
Settings* settings;
- ScreenManager* scr;
} ColorsPanel;
extern const PanelClass ColorsPanel_class;
-ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
+ColorsPanel* ColorsPanel_new(Settings* settings);
#endif

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