瀏覽代碼

Removed old code

Clément Espeute 1 年之前
父節點
當前提交
c1391a46eb
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      hide/comp/SceneEditor.hx

+ 0 - 6
hide/comp/SceneEditor.hx

@@ -3898,12 +3898,6 @@ class SceneEditor {
 	}
 
 	public function deleteElements(elts : Array<PrefabElement>, ?then: Void->Void, doRefresh : Bool = true, enableUndo : Bool = true) {
-		// for (e in elts) {
-		// 	removeInstance(e);
-		// 	e.parent = null;
-		// }
-
-		var fullRefresh = false;
 		var undoes = [];
 		beginRebuild();
 		for(elt in elts) {