From 3e1d2e46ceea202120b4ff814fbd872bc6fc60f3 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 14 Mar 2024 18:46:37 -0400 Subject: RulesDialog menu working (functionality WIP) --- src/assignmentList.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/assignmentList.h') diff --git a/src/assignmentList.h b/src/assignmentList.h index d5da023..8b028d7 100644 --- a/src/assignmentList.h +++ b/src/assignmentList.h @@ -31,10 +31,6 @@ class AssignmentList : public QMainWindow { void drawGroups(); void drawEntries(); - // helpers - // used to clear out the grid layout when a refresh occurs - void recursiveClear(QLayout *layout); - private slots: void preferences(); void reload(); -- cgit