Remove unused and incorrect subclass copy constructor

This commit is contained in:
Gavin MacGregor
2025-02-11 20:48:05 +00:00
parent 4024efaf01
commit 0a1c018a02
2 changed files with 0 additions and 20 deletions

View File

@@ -36,8 +36,6 @@ public:
enum CycleTypeEnum { CTcycles, CTseconds };
LevelOnePage();
// BUG this copy constructor isn't used? Parameter should be LevelOnePage
LevelOnePage(const PageBase &other);
bool isEmpty() const override;