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_other.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_other.cpp') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index c974a3aa5..0d6dc92ff 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -33,8 +33,8 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : SetupTabScroll(widget), - mProxyTypeList(new SetupItemNames()), - mShortcutsList(new SetupItemNames()) + mProxyTypeList(new SetupItemNames), + mShortcutsList(new SetupItemNames) { setName(_("Misc")); -- cgit v1.2.3-70-g09d2