Before writing a whole new GUI, clean up this code base

This commit is contained in:
Jonathan Campbell 2025-01-20 02:12:21 -08:00
parent 0c388b7c14
commit b9f28d1b93
2 changed files with 0 additions and 1057 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3346,8 +3346,6 @@ void Sendkeymapper(bool pressed) {
bool has_GUI_StartUp = false;
void NewUIExperiment(bool pressed);
static void GUI_StartUp() {
DOSBoxMenu::item *item;
@ -3964,9 +3962,6 @@ static void GUI_StartUp() {
SetWindowTransparency(section->Get_int("transparency"));
UpdateWindowDimensions();
ApplyPreventCap();
/* Experiment -- You're not supposed to play with this yet hence why no binding is assigned by default */
MAPPER_AddHandler(NewUIExperiment, MK_nothing, 0, "newuitest", "New UI test", &item);
}
void Mouse_AutoLock(bool enable) {