From 20698028c78ceba580c244cabd5c14387b730d0a Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Wed, 25 Apr 2012 14:54:48 +0200 Subject: [PATCH] removed commented code --- src/core/UBPreferencesController.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/UBPreferencesController.cpp b/src/core/UBPreferencesController.cpp index 4c17f37d..fa9ad19b 100644 --- a/src/core/UBPreferencesController.cpp +++ b/src/core/UBPreferencesController.cpp @@ -470,14 +470,12 @@ void UBPreferencesController::toolbarOrientationVertical(bool checked) { UBSettings* settings = UBSettings::settings(); settings->appToolBarOrientationVertical->set(checked); - //settings->appToolBarOrientationVertical->set(true); } void UBPreferencesController::toolbarOrientationHorizontal(bool checked) { UBSettings* settings = UBSettings::settings(); settings->appToolBarOrientationVertical->set(!checked); - //settings->appToolBarOrientationVertical->set(false); } UBBrushPropertiesFrame::UBBrushPropertiesFrame(QFrame* owner, const QList& lightBackgroundColors,