aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-29 14:15:46 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-04-29 14:15:46 -0400
commitea01a536ce5d0b332358619585469e5ca5f4de0d (patch)
treeeaf66eccf32c59b42f56541c12b9e553ea0374b9 /main.qml
parent56f471b1b6985483e24550b8f1a4366b839ce0c7 (diff)
parentbc528ccb77a49f3055a81754d86d3c643ca328e1 (diff)
downloadmonzero-gui-ea01a536ce5d0b332358619585469e5ca5f4de0d.tar.gz
monzero-gui-ea01a536ce5d0b332358619585469e5ca5f4de0d.tar.xz
monzero-gui-ea01a536ce5d0b332358619585469e5ca5f4de0d.zip
Merge pull request #3445
bc528cc main: drop unused altKeyReleased routine (xiphon)
Diffstat (limited to 'main.qml')
-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)