main: drop unused enableUI routine

This commit is contained in:
xiphon 2021-04-26 11:46:56 +00:00
parent 02ae14fd6b
commit ad6f26c8b4

View file

@ -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') {