Simplify adding pages in one place

This commit is contained in:
Benny Baumann
2021-08-21 17:42:48 +02:00
parent 9060a4179d
commit 6e6334e603
3 changed files with 24 additions and 30 deletions

View File

@ -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);