From 69f439eff387a6ecb52734e400b297a3c85f2285 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Tue, 21 Sep 2021 08:35:19 +0200 Subject: New upstream version 3.1.0 --- ColorsPanel.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ColorsPanel.h') diff --git a/ColorsPanel.h b/ColorsPanel.h index f63ca35..047f7af 100644 --- a/ColorsPanel.h +++ b/ColorsPanel.h @@ -8,18 +8,17 @@ in the source distribution for its full text. */ #include "Panel.h" -#include "ScreenManager.h" #include "Settings.h" + 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