Removing unused function get_color()

pull/2/head
Sander Ferdinand 6 years ago committed by moneromooo-monero
parent da2c6e8bc8
commit 1d34d21a60

@ -81,14 +81,6 @@ ListView {
}
}
function get_color(i){
if (i === 0){
return "green";
} else {
return "red";
}
}
delegate: Rectangle {
id: delegate
property bool collapsed: index ? false : true