Made managing of PanelState object consistent with the managing of other state objects

This commit is contained in:
Nav
2022-08-13 18:41:52 +01:00
parent d646e06efe
commit b0b167453d
7 changed files with 74 additions and 122 deletions

View File

@@ -144,7 +144,5 @@ namespace Bloom
void onEepromInspectionPaneStateChanged();
void onProgrammingModeEnabled();
void onProgrammingModeDisabled();
void recordInsightSettings();
};
}