mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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;
|
||||
if (menuItem == "Import Entities") {
|
||||
importURL = Window.browse("Select models to import", "", "*.svo");
|
||||
//importURL = "file://" + filename;
|
||||
} else {
|
||||
importURL = Window.prompt("URL of SVO to import", "");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue