diff options
Diffstat (limited to 'src/gui/setup.cpp')
-rw-r--r-- | src/gui/setup.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/setup.cpp b/src/gui/setup.cpp index 8062ac06..68bc3a4b 100644 --- a/src/gui/setup.cpp +++ b/src/gui/setup.cpp @@ -67,12 +67,9 @@ Setup::Setup(): // Store this button, as it needs to be enabled/disabled if (!strcmp(*curBtn, "Reset Windows")) { mResetWindows = btn; - printf("!\n"); } } - if (mResetWindows) printf("!\n"); - TabbedArea *panel = new TabbedArea; panel->setDimension(gcn::Rectangle(5, 5, width - 10, height - 40)); |