From cc032c9830aa44da13b092ab6e5640150bae3fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Sat, 7 Nov 2015 03:00:25 +0100 Subject: [PATCH] Clean up dead code in units MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Kügler Signed-off-by: Dirk Hohndel --- qt-mobile/qml/theme/Units.qml | 5 +---- 1 file changed, 1 insertion(+), 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 {} }