mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:27:26 -04:00
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 {
|
||||
id: delegate
|
||||
property bool collapsed: index ? false : true
|
||||
|
||||
Reference in New Issue
Block a user