Trivial removal of commented code

This commit is contained in:
Zach Fox 2017-03-27 16:44:40 -07:00
parent 5c1e085e7b
commit fce2049630

View file

@ -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
}