From: Shamus Hammons Date: Thu, 18 Apr 2019 22:03:54 +0000 (-0500) Subject: Squashed bug that crept in to config.cpp. :-( X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=apple2;a=commitdiff_plain;h=147b266b177a155a60f25f71860228caed8a8650 Squashed bug that crept in to config.cpp. :-( --- diff --git a/src/gui/config.cpp b/src/gui/config.cpp index a0203b2..2fba40d 100644 --- a/src/gui/config.cpp +++ b/src/gui/config.cpp @@ -175,7 +175,6 @@ void Config::Init(SDL_Renderer * renderer) SDL_SetRenderTarget(renderer, NULL); - objList.push_back(new CheckBox(1, 1, &cb1Checked, cb1Text)); objList.push_back(new CheckBox(1, 1, &settings.autoStateSaving, cb1Text)); objList.push_back(new CheckBox(1, 2, &cb2Checked, cb2Text)); objList.push_back(new CheckBox(1, 3, &settings.fullscreen, cb3Text));