Clean up dead code in units

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sebastian Kügler 2015-11-07 03:00:25 +01:00 committed by Dirk Hohndel
parent 6b886f0da2
commit cc032c9830

View file

@ -95,8 +95,5 @@ QtObject {
*/
property int shortDuration: 150
property QtObject fontMetrics: FontMetrics {
//id: textSpacer
//text: "M"
}
property QtObject fontMetrics: FontMetrics {}
}