From fce2049630b4ca8d3961adf39fe385e0aca324c7 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Mon, 27 Mar 2017 16:44:40 -0700 Subject: [PATCH] Trivial removal of commented code --- interface/resources/qml/controls-uit/Table.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/resources/qml/controls-uit/Table.qml b/interface/resources/qml/controls-uit/Table.qml index 21bd8b60dc..11d1920f95 100644 --- a/interface/resources/qml/controls-uit/Table.qml +++ b/interface/resources/qml/controls-uit/Table.qml @@ -90,7 +90,6 @@ TableView { Rectangle { color: "#00000000" anchors { fill: parent; margins: -2 } - //radius: hifi.dimensions.borderRadius border.color: isLightColorScheme ? hifi.colors.lightGrayText : hifi.colors.baseGrayHighlight border.width: 2 }