diff --git a/src/gui/CommandDialog.cxx b/src/gui/CommandDialog.cxx index 1042dc3d8..54c6515ec 100644 --- a/src/gui/CommandDialog.cxx +++ b/src/gui/CommandDialog.cxx @@ -38,8 +38,8 @@ CommandDialog::CommandDialog(OSystem& osystem, DialogContainer& parent) buttonWidth = _font.getStringWidth("Time Machine On") + Dialog::fontWidth() * 2, VBORDER = Dialog::vBorder(), HBORDER = Dialog::hBorder(), - VGAP = Dialog::vGap(), - INDENT = Dialog::indent(); + VGAP = Dialog::vGap(); + //INDENT = Dialog::indent(); const int HGAP = Dialog::buttonGap(), rowHeight = buttonHeight + VGAP; // Set real dimensions diff --git a/src/gui/JoystickDialog.cxx b/src/gui/JoystickDialog.cxx index 6935c56f2..4d00630ae 100644 --- a/src/gui/JoystickDialog.cxx +++ b/src/gui/JoystickDialog.cxx @@ -32,7 +32,7 @@ JoystickDialog::JoystickDialog(GuiObject* boss, const GUI::Font& font, int xpos, ypos; WidgetArray wid; const int lineHeight = Dialog::lineHeight(), - fontHeight = Dialog::fontHeight(), + //fontHeight = Dialog::fontHeight(), fontWidth = Dialog::fontWidth(), buttonHeight = Dialog::buttonHeight(), buttonWidth = Dialog::buttonWidth("Remove"),