diff --git a/VortexEngine/src/Menus/MenuList/PatternSelect.h b/VortexEngine/src/Menus/MenuList/PatternSelect.h index 5a9258d550..e3f1781ca2 100644 --- a/VortexEngine/src/Menus/MenuList/PatternSelect.h +++ b/VortexEngine/src/Menus/MenuList/PatternSelect.h @@ -42,9 +42,6 @@ class PatternSelect : public Menu // the current state of the pattern selection menu PatternSelectState m_state; - // an internal mode used for demoing patterns - Mode m_demoMode; - // the patternid of the current demo PatternID m_newPatternID;