diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-07 03:00:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 09:03:01 -0800 |
commit | cc032c9830aa44da13b092ab6e5640150bae3fe9 (patch) | |
tree | b8a07b814296e8806a01aea6f38af934a3973d41 | |
parent | 6b886f0da2a71a29ca7aa576b594c0bda50fcd71 (diff) | |
download | subsurface-cc032c9830aa44da13b092ab6e5640150bae3fe9.tar.gz |
Clean up dead code in units
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-mobile/qml/theme/Units.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qt-mobile/qml/theme/Units.qml b/qt-mobile/qml/theme/Units.qml index 1d0899fbc..7cfa5c23b 100644 --- a/qt-mobile/qml/theme/Units.qml +++ b/qt-mobile/qml/theme/Units.qml @@ -95,8 +95,5 @@ QtObject { */ property int shortDuration: 150 - property QtObject fontMetrics: FontMetrics { - //id: textSpacer - //text: "M" - } + property QtObject fontMetrics: FontMetrics {} } |