mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Removing unused function get_color()
This commit is contained in:
parent
da2c6e8bc8
commit
1d34d21a60
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue