From ad6f26c8b420b5c9c97154ba34fef28041dd1a58 Mon Sep 17 00:00:00 2001 From: xiphon Date: Mon, 26 Apr 2021 11:46:56 +0000 Subject: [PATCH] main: drop unused enableUI routine --- main.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.qml b/main.qml index 8c0603e8..868e8d20 100644 --- a/main.qml +++ b/main.qml @@ -1070,12 +1070,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') {