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 --- ColorsPanel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ColorsPanel.h') 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 -- cgit v1.2.3