From 7146059645dd87a4b46920223a0aa9881202f4e2 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 21 Aug 2021 17:58:23 +0200 Subject: Removed unused field in ColorsPanel --- CategoriesPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CategoriesPanel.c') 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); } -- cgit v1.2.3