aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-07 03:00:25 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-07 09:03:01 -0800
commitcc032c9830aa44da13b092ab6e5640150bae3fe9 (patch)
treeb8a07b814296e8806a01aea6f38af934a3973d41
parent6b886f0da2a71a29ca7aa576b594c0bda50fcd71 (diff)
downloadsubsurface-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.qml5
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 {}
}