1
0
Fork 0

remove stale declaration of previously removed private method

This commit is contained in:
Kevin Matz 2022-12-03 11:00:09 -05:00
parent 4241cd0c38
commit 13a775d0fd
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ public:
virtual ~SacnExplorer();
private:
void loadSettings();
void saveSettings();
MultiverseView* window_;