removed dead code

This commit is contained in:
ZappoMan 2015-03-10 12:36:31 -07:00
parent feddea821a
commit e16961c958

View file

@ -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", "");
}