From 8fa20d9e2aa173d4ed9632da7e707c69ce2841aa Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 11 Dec 2012 02:15:50 +0300 Subject: Remove useless brackets. --- src/gui/setup_joystick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/setup_joystick.cpp') diff --git a/src/gui/setup_joystick.cpp b/src/gui/setup_joystick.cpp index 073667d57..f2a0ce144 100644 --- a/src/gui/setup_joystick.cpp +++ b/src/gui/setup_joystick.cpp @@ -46,7 +46,7 @@ Setup_Joystick::Setup_Joystick(const Widget2 *const widget) : _("Press the button to start calibration"))), mCalibrateButton(new Button(this, _("Calibrate"), "calibrate", this)), mJoystickEnabled(new CheckBox(this, _("Enable joystick"))), - mNamesModel(new NamesModel()), + mNamesModel(new NamesModel), mNamesDropDown(new DropDown(this, mNamesModel)), mUseInactiveCheckBox(new CheckBox(this, _("Use joystick if client " "window inactive"), config.getBoolValue("useInactiveJoystick"))) -- cgit v1.2.3-70-g09d2