summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
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 /CategoriesPanel.c
parentcf45a5d02b09120fc2e8e9ebaaaa5bdd45a021e4 (diff)
Removed unused field in ColorsPanel
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index 9adc7be5..d415760c 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -50,7 +50,7 @@ static void CategoriesPanel_makeDisplayOptionsPage(CategoriesPanel* this) {
}
static void CategoriesPanel_makeColorsPage(CategoriesPanel* this) {
- Panel* colors = (Panel*) ColorsPanel_new(this->settings, this->scr);
+ Panel* colors = (Panel*) ColorsPanel_new(this->settings);
ScreenManager_add(this->scr, colors, -1);
}

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