Merge pull request #3445

bc528cc main: drop unused altKeyReleased routine (xiphon)
This commit is contained in:
luigi1111 2021-04-29 14:15:46 -04:00
commit ea01a536ce
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -127,8 +127,6 @@ ApplicationWindow {
property var current_address_label: "Primary"
property int current_subaddress_table_index: 0
function altKeyReleased() { ctrlPressed = false; }
function showPageRequest(page) {
middlePanel.state = page
leftPanel.selectItem(page)