aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.qml b/main.qml
index 38b786c3..14c98857 100644
--- a/main.qml
+++ b/main.qml
@@ -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)