aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-12-20 03:37:52 +0100
committerselsta <selsta@sent.at>2019-12-20 03:37:52 +0100
commitf8262b0d275086021d99bf69b58c895d1ef9028f (patch)
tree9b7a059bb6cd00e202741132368461455085fc62 /main.qml
parent500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (diff)
downloadmonzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.tar.gz
monzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.tar.xz
monzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.zip
misc: cleanup unused variables and comments
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.qml b/main.qml
index 997c3511..3989fcee 100644
--- a/main.qml
+++ b/main.qml
@@ -1341,12 +1341,9 @@ ApplicationWindow {
property string locale
property string account_name
property string wallet_path
- property bool auto_donations_enabled : false
- property int auto_donations_amount : 50
property bool allow_background_mining : false
property bool miningIgnoreBattery : true
property var nettype: NetworkType.MAINNET
- property string payment_id
property int restore_height : 0
property bool is_trusted_daemon : false
property bool is_recovering : false