aboutsummaryrefslogtreecommitdiff
path: root/components/HistoryTable.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-03-27 20:43:52 +0200
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:04 +0100
commit1d34d21a60ad83c2ebb814d06019db8e11fca306 (patch)
treef98f858d5df8b7228c44ded73161df6a9b642efa /components/HistoryTable.qml
parentda2c6e8bc82d10a358748d83dabaa963ea64054e (diff)
downloadmonzero-gui-1d34d21a60ad83c2ebb814d06019db8e11fca306.tar.gz
monzero-gui-1d34d21a60ad83c2ebb814d06019db8e11fca306.tar.xz
monzero-gui-1d34d21a60ad83c2ebb814d06019db8e11fca306.zip
Removing unused function get_color()
Diffstat (limited to 'components/HistoryTable.qml')
-rw-r--r--components/HistoryTable.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/HistoryTable.qml b/components/HistoryTable.qml
index bcb869f2..660b89d9 100644
--- a/components/HistoryTable.qml
+++ b/components/HistoryTable.qml
@@ -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