diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-11 02:15:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-11 02:15:50 +0300 |
commit | 8fa20d9e2aa173d4ed9632da7e707c69ce2841aa (patch) | |
tree | 009bae2a2cc8f9ca4f30401446424739a2ddbfc6 /src/gui/setup_joystick.cpp | |
parent | 793ef9a791108d4940fca7f4158dbd4cacee96f2 (diff) | |
download | plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.gz plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.bz2 plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.tar.xz plus-8fa20d9e2aa173d4ed9632da7e707c69ce2841aa.zip |
Remove useless brackets.
Diffstat (limited to 'src/gui/setup_joystick.cpp')
-rw-r--r-- | src/gui/setup_joystick.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |