mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 16:13:55 +02:00
main: drop unused altKeyReleased routine
This commit is contained in:
parent
02ae14fd6b
commit
bc528ccb77
2
main.qml
2
main.qml
@ -127,8 +127,6 @@ ApplicationWindow {
|
|||||||
property var current_address_label: "Primary"
|
property var current_address_label: "Primary"
|
||||||
property int current_subaddress_table_index: 0
|
property int current_subaddress_table_index: 0
|
||||||
|
|
||||||
function altKeyReleased() { ctrlPressed = false; }
|
|
||||||
|
|
||||||
function showPageRequest(page) {
|
function showPageRequest(page) {
|
||||||
middlePanel.state = page
|
middlePanel.state = page
|
||||||
leftPanel.selectItem(page)
|
leftPanel.selectItem(page)
|
||||||
|
Loading…
Reference in New Issue
Block a user