mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +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
|
||||
//
|
||||
|
||||
|
||||
Rectangle {
|
||||
id: spinner
|
||||
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) {
|
||||
var httpPattern = /^http/i;
|
||||
return httpPattern.test(resource) ? resource : "file:///" + resource;
|
||||
|
@ -303,6 +294,6 @@ Rectangle {
|
|||
itemType: entityType,
|
||||
itemId: resourceObjectId });
|
||||
}
|
||||
|
||||
|
||||
signal sendToScript(var message)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue