aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2021-04-26 11:52:31 +0000
committerxiphon <xiphon@protonmail.com>2021-04-26 11:52:31 +0000
commitbc528ccb77a49f3055a81754d86d3c643ca328e1 (patch)
tree14e30c5dc5f507e3c35333e7b0cbdc0dd309312c
parent02ae14fd6bcd705ed838fba627775e4d8d52b5f3 (diff)
downloadmonzero-gui-bc528ccb77a49f3055a81754d86d3c643ca328e1.tar.gz
monzero-gui-bc528ccb77a49f3055a81754d86d3c643ca328e1.tar.xz
monzero-gui-bc528ccb77a49f3055a81754d86d3c643ca328e1.zip
main: drop unused altKeyReleased routine
-rw-r--r--main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.qml b/main.qml
index 8c0603e8..14d62227 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)