diff --git a/main.qml b/main.qml index 266c3bc7..38b786c3 100644 --- a/main.qml +++ b/main.qml @@ -1069,12 +1069,6 @@ ApplicationWindow { informationPopup.open() } - // blocks UI if wallet can't be opened or no connection to the daemon - function enableUI(enable) { - middlePanel.enabled = enable; - leftPanel.enabled = enable; - } - function showProcessingSplash(message) { console.log("Displaying processing splash") if (typeof message != 'undefined') {