From 6e6334e603564e1b961c010bce2688839f64cca2 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 21 Aug 2021 17:42:48 +0200 Subject: Simplify adding pages in one place --- CategoriesPanel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'CategoriesPanel.h') diff --git a/CategoriesPanel.h b/CategoriesPanel.h index c438e45f..451a483d 100644 --- a/CategoriesPanel.h +++ b/CategoriesPanel.h @@ -23,8 +23,6 @@ typedef struct CategoriesPanel_ { ProcessList* pl; } CategoriesPanel; -void CategoriesPanel_makeMetersPage(CategoriesPanel* this); - extern const PanelClass CategoriesPanel_class; CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Header* header, ProcessList* pl); -- cgit v1.2.3