summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ColorsPanel.h')
-rw-r--r--ColorsPanel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ColorsPanel.h b/ColorsPanel.h
index ed60a8c6..fac99639 100644
--- a/ColorsPanel.h
+++ b/ColorsPanel.h
@@ -30,9 +30,4 @@ typedef struct ColorsPanel_ {
ColorsPanel* ColorsPanel_new(Settings* settings, ScreenManager* scr);
-void ColorsPanel_delete(Object* object);
-
-HandlerResult ColorsPanel_EventHandler(Panel* super, int ch);
-
-
#endif