Browse Source

Removed old code

Clément Espeute 1 year ago
parent
commit
c1391a46eb
1 changed files with 0 additions and 6 deletions
  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) {