mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 03:12:05 +02:00
main: remove unused variables
This commit is contained in:
parent
9d6038e0a3
commit
df50c5111b
4
main.qml
4
main.qml
@ -51,9 +51,7 @@ ApplicationWindow {
|
|||||||
|
|
||||||
property var currentItem
|
property var currentItem
|
||||||
property bool hideBalanceForced: false
|
property bool hideBalanceForced: false
|
||||||
property bool whatIsEnable: false
|
|
||||||
property bool ctrlPressed: false
|
property bool ctrlPressed: false
|
||||||
property bool osx: false
|
|
||||||
property alias persistentSettings : persistentSettings
|
property alias persistentSettings : persistentSettings
|
||||||
property var currentWallet;
|
property var currentWallet;
|
||||||
property var transaction;
|
property var transaction;
|
||||||
@ -81,7 +79,6 @@ ApplicationWindow {
|
|||||||
// Default daemon addresses
|
// Default daemon addresses
|
||||||
readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype)
|
readonly property string localDaemonAddress : "localhost:" + getDefaultDaemonRpcPort(persistentSettings.nettype)
|
||||||
property string currentDaemonAddress;
|
property string currentDaemonAddress;
|
||||||
property bool startLocalNodeCancelled: false
|
|
||||||
property int disconnectedEpoch: 0
|
property int disconnectedEpoch: 0
|
||||||
property int estimatedBlockchainSize: 75 // GB
|
property int estimatedBlockchainSize: 75 // GB
|
||||||
property alias viewState: rootItem.state
|
property alias viewState: rootItem.state
|
||||||
@ -1570,7 +1567,6 @@ ApplicationWindow {
|
|||||||
onRejected: {
|
onRejected: {
|
||||||
middlePanel.settingsView.settingsStateViewState = "Node";
|
middlePanel.settingsView.settingsStateViewState = "Node";
|
||||||
loadPage("Settings");
|
loadPage("Settings");
|
||||||
startLocalNodeCancelled = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user