From d2c9614755b2189ef15de26bfc4de34bfecbf0ac Mon Sep 17 00:00:00 2001
From: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Date: Mon, 26 Apr 2010 16:25:57 +0200
Subject: [PATCH] QmlDesigner.propertyEditor: cleanup

---
 .../qmldesigner/propertyeditor/Qt/FontGroupBox.qml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
index 0414807eb46..1b58801f8d9 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml
@@ -5,7 +5,6 @@ GroupBox {
     id: fontGroupBox
     caption: qsTr("Font")
     property variant showStyle: false
-
     layout: VerticalLayout {
 
         QWidget {
@@ -38,19 +37,6 @@ GroupBox {
 
                 FontStyleButtons {}
 
-                /*CheckBox {
-                    text: qsTr("Bold")
-                    backendValue: backendValues.font_bold
-                    baseStateFlag: isBaseState;
-                    checkable: true;
-                }
-                CheckBox {
-                    text: qsTr("Italic")
-                    backendValue: backendValues.font_italic
-                    baseStateFlag: isBaseState;
-                    checkable: true;
-                }*/
-
             }
         }
 
-- 
GitLab