mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
Remove cruft
This commit is contained in:
parent
4d7bc3094a
commit
d7d49ed84e
1 changed files with 2 additions and 11 deletions
|
@ -77,7 +77,7 @@ Rectangle {
|
||||||
//
|
//
|
||||||
// TITLE BAR END
|
// TITLE BAR END
|
||||||
//
|
//
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: spinner
|
id: spinner
|
||||||
z: 999
|
z: 999
|
||||||
|
@ -281,15 +281,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function addAllInstalledAppsToList() {
|
|
||||||
var i, apps = Commerce.getInstalledApps().split(","), len = apps.length;
|
|
||||||
for(i = 0; i < len - 1; ++i) {
|
|
||||||
if (i in apps) {
|
|
||||||
resourceListModel.append(buildResourceObj(apps[i]));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function toUrl(resource) {
|
function toUrl(resource) {
|
||||||
var httpPattern = /^http/i;
|
var httpPattern = /^http/i;
|
||||||
return httpPattern.test(resource) ? resource : "file:///" + resource;
|
return httpPattern.test(resource) ? resource : "file:///" + resource;
|
||||||
|
@ -303,6 +294,6 @@ Rectangle {
|
||||||
itemType: entityType,
|
itemType: entityType,
|
||||||
itemId: resourceObjectId });
|
itemId: resourceObjectId });
|
||||||
}
|
}
|
||||||
|
|
||||||
signal sendToScript(var message)
|
signal sendToScript(var message)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue