mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 01:57:00 +02: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
|
hoverEnabled: true
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
popup.showBuyAvatars(function() {
|
popup.showBuyAvatars(null, function(link) {
|
||||||
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://BodyMart'})
|
|
||||||
}, function(link) {
|
|
||||||
emitSendToScript({'method' : 'navigate', 'url' : link})
|
emitSendToScript({'method' : 'navigate', 'url' : link})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -245,9 +245,7 @@ Rectangle {
|
||||||
linkColor: hifi.colors.blueHighlight
|
linkColor: hifi.colors.blueHighlight
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
popup.showGetWearables(function() {
|
popup.showGetWearables(null, function(link) {
|
||||||
emitSendToScript({'method' : 'navigate', 'url' : 'hifi://AvatarIsland/11.5848,-8.10862,-2.80195'})
|
|
||||||
}, function(link) {
|
|
||||||
emitSendToScript({'method' : 'navigate', 'url' : link})
|
emitSendToScript({'method' : 'navigate', 'url' : link})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,8 +107,6 @@ MessageBox {
|
||||||
popup.open();
|
popup.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
property url getAvatarsUrl: '../../../images/avatarapp/BodyMart.PNG'
|
|
||||||
|
|
||||||
function showBuyAvatars(callback, linkCallback) {
|
function showBuyAvatars(callback, linkCallback) {
|
||||||
popup.dialogButtons.yesButton.visible = false;
|
popup.dialogButtons.yesButton.visible = false;
|
||||||
popup.button1text = 'CANCEL'
|
popup.button1text = 'CANCEL'
|
||||||
|
|
Loading…
Reference in a new issue