mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
removed dead code
This commit is contained in:
parent
feddea821a
commit
e16961c958
1 changed files with 0 additions and 1 deletions
|
@ -801,7 +801,6 @@ function handeMenuEvent(menuItem) {
|
||||||
var importURL;
|
var importURL;
|
||||||
if (menuItem == "Import Entities") {
|
if (menuItem == "Import Entities") {
|
||||||
importURL = Window.browse("Select models to import", "", "*.svo");
|
importURL = Window.browse("Select models to import", "", "*.svo");
|
||||||
//importURL = "file://" + filename;
|
|
||||||
} else {
|
} else {
|
||||||
importURL = Window.prompt("URL of SVO to import", "");
|
importURL = Window.prompt("URL of SVO to import", "");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue