forked from Public/monero-gui
Removing unused function get_color()
This commit is contained in:
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 {
|
delegate: Rectangle {
|
||||||
id: delegate
|
id: delegate
|
||||||
property bool collapsed: index ? false : true
|
property bool collapsed: index ? false : true
|
||||||
|
|||||||
Reference in New Issue
Block a user