Remove further related dead code

This commit is contained in:
David Rowe 2019-11-19 10:31:54 +13:00
parent 748999b8d6
commit 60d2845953
3 changed files with 2 additions and 8 deletions

View file

@ -777,9 +777,7 @@ Rectangle {
hoverEnabled: true
onClicked: {
popup.showBuyAvatars(function() {
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://BodyMart'})
}, function(link) {
popup.showBuyAvatars(null, function(link) {
emitSendToScript({'method' : 'navigate', 'url' : link})
});
}

View file

@ -245,9 +245,7 @@ Rectangle {
linkColor: hifi.colors.blueHighlight
Layout.alignment: Qt.AlignVCenter
onLinkActivated: {
popup.showGetWearables(function() {
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland/11.5848,-8.10862,-2.80195'})
}, function(link) {
popup.showGetWearables(null, function(link) {
emitSendToScript({'method' : 'navigate', 'url' : link})
});
}

View file

@ -107,8 +107,6 @@ MessageBox {
popup.open();
}
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
function showBuyAvatars(callback, linkCallback) {
popup.dialogButtons.yesButton.visible = false;
popup.button1text = 'CANCEL'