GUI: remove unused tutorial code

This commit is contained in:
tildearrow 2024-04-02 11:17:45 -05:00
parent 5b086e103e
commit 9dbda09cd0
3 changed files with 0 additions and 322 deletions

View file

@ -4811,8 +4811,6 @@ bool FurnaceGUI::loop() {
if (keyHit1[i]<0.0f) keyHit1[i]=0.0f;
}
activateTutorial(GUI_TUTORIAL_OVERVIEW);
if (inspectorOpen) ImGui::ShowMetricsWindow(&inspectorOpen);
if (firstFrame) {
@ -6806,7 +6804,6 @@ bool FurnaceGUI::init() {
}
initSystemPresets();
initTutorial();
e->setAutoNotePoly(noteInputPoly);