mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove further related dead code
This commit is contained in:
parent
748999b8d6
commit
60d2845953
3 changed files with 2 additions and 8 deletions
|
@ -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})
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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})
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue