diff --git a/examples/applets/testtheme/contents/ui/UnitsPage.qml b/examples/applets/testtheme/contents/ui/UnitsPage.qml index 74aba62c6..8865bbedc 100644 --- a/examples/applets/testtheme/contents/ui/UnitsPage.qml +++ b/examples/applets/testtheme/contents/ui/UnitsPage.qml @@ -84,30 +84,6 @@ Item { } } - Row { - PlasmaComponents.Label { - text: "units.dp: " - width: cwidth - } - PlasmaComponents.Label { - width: cheight - height: cheight / 2 - text: units.dp(1) - } - } - - Row { - PlasmaComponents.Label { - text: "units.gu: " - width: cwidth - } - PlasmaComponents.Label { - width: cheight - height: cheight / 2 - text: units.gu(1) - } - } - Row { PlasmaComponents.Label { text: "units.largeSpacing: "