From da23c8c5a188324455c8f417293c10d85f65cb63 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 9 Mar 2008 08:58:38 +0000 Subject: Clean up headers by using 'static' whenever possible. Reduces resulting code size. --- ColorsPanel.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ColorsPanel.h') 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 -- cgit v1.2.3