Remove ImGui input flag and related code from core and editor components

This commit is contained in:
scawful
2024-12-31 16:40:24 -05:00
parent 6d2de44b94
commit d47e8a8387
3 changed files with 10 additions and 24 deletions

View File

@@ -52,7 +52,6 @@ struct FlagsMenu : public core::ExperimentFlags {
Checkbox("Save All Palettes", &mutable_flags()->kSaveAllPalettes);
Checkbox("Save Gfx Groups", &mutable_flags()->kSaveGfxGroups);
Checkbox("Save Graphics Sheets", &mutable_flags()->kSaveGraphicsSheet);
Checkbox("Use New ImGui Input", &mutable_flags()->kUseNewImGuiInput);
}
};