pages: remove legacy code

This commit is contained in:
selsta
2020-04-22 23:18:08 +02:00
parent 585fb2810d
commit 238b1b777f
2 changed files with 0 additions and 28 deletions

View File

@@ -79,13 +79,6 @@ Rectangle {
topPadding: 0
text: qsTr("Save your most used addresses here") + translationManager.emptyString
width: parent.width
// @TODO: Legacy. Remove after Qt 5.8.
// https://stackoverflow.com/questions/41990013
MouseArea {
anchors.fill: parent
enabled: false
}
}
Text {
@@ -99,13 +92,6 @@ Rectangle {
topPadding: 0
text: qsTr("This makes it easier to send or receive Monero and reduces errors when typing in addresses manually.") + translationManager.emptyString
width: parent.width
// @TODO: Legacy. Remove after Qt 5.8.
// https://stackoverflow.com/questions/41990013
MouseArea {
anchors.fill: parent
enabled: false
}
}
MoneroComponents.StandardButton {