From c74c38760df69bb87e93dff18cf91464e5d02f37 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:22 +0200 Subject: Imported Upstream version 0.8.1 --- CategoriesPanel.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'CategoriesPanel.h') diff --git a/CategoriesPanel.h b/CategoriesPanel.h index e0162be..7748fe1 100644 --- a/CategoriesPanel.h +++ b/CategoriesPanel.h @@ -24,18 +24,8 @@ typedef struct CategoriesPanel_ { } CategoriesPanel; -CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr); - -void CategoriesPanel_delete(Object* object); - -HandlerResult CategoriesPanel_eventHandler(Panel* super, int ch); - void CategoriesPanel_makeMetersPage(CategoriesPanel* this); -void CategoriesPanel_makeDisplayOptionsPage(CategoriesPanel* this); - -void CategoriesPanel_makeColorsPage(CategoriesPanel* this); - -void CategoriesPanel_makeColumnsPage(CategoriesPanel* this); +CategoriesPanel* CategoriesPanel_new(Settings* settings, ScreenManager* scr); #endif -- cgit v1.2.3