Browse Source

removed unneeded size property

Malte Veerman 10 years ago
parent
commit
dbc2c03ad3
2 changed files with 0 additions and 2 deletions
  1. 0 1
      package/contents/ui/Application.qml
  2. 0 1
      package/contents/ui/PwmFansTab.qml

+ 0 - 1
package/contents/ui/Application.qml

@@ -91,7 +91,6 @@ ApplicationWindow {
         Tab {
             title: i18n("PwmFans")
             PwmFansTab {
-                size: sizeSlider.value
                 baseObject: base
             }
         }

+ 0 - 1
package/contents/ui/PwmFansTab.qml

@@ -26,7 +26,6 @@ ColumnLayout {
     property QtObject baseObject
     property QtObject loader: baseObject ? baseObject.loader : null
     property QtObject systemdCom: baseObject && baseObject.hasSystemdCommunicator() ? baseObject.systemdCom : null
-    property real size: 1.0
 
     id: root
     anchors.fill: parent