main: drop unused altKeyReleased routine

This commit is contained in:
xiphon 2021-04-26 11:52:31 +00:00
parent 02ae14fd6b
commit bc528ccb77
1 changed files with 0 additions and 2 deletions

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)