GUI: remove classic macro view
after this, some changes to the macro view code will arrive hopefully these will make the code much cleaner (NORMAL_MACRO has too many arguments!)
This commit is contained in:
parent
05af3c147a
commit
81a77a633b
2 changed files with 97 additions and 354 deletions
|
|
@ -1074,11 +1074,6 @@ void FurnaceGUI::drawSettings() {
|
|||
settings.separateFMColors=separateFMColorsB;
|
||||
}
|
||||
|
||||
bool macroViewB=settings.macroView;
|
||||
if (ImGui::Checkbox("Classic macro view (standard macros only; deprecated!)",¯oViewB)) {
|
||||
settings.macroView=macroViewB;
|
||||
}
|
||||
|
||||
bool unifiedDataViewB=settings.unifiedDataView;
|
||||
if (ImGui::Checkbox("Unified instrument/wavetable/sample list",&unifiedDataViewB)) {
|
||||
settings.unifiedDataView=unifiedDataViewB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue