Skip to content

Commit 71fdaa7

Browse files
committed
properties panel refactor 2
1 parent 4f36034 commit 71fdaa7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/alternativa/editor/scene/MainScene.as

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -577,16 +577,6 @@ package alternativa.editor.scene
577577
this.deleteProp(param1);
578578
}
579579
}
580-
581-
private function isOneBonusSelected() : Boolean
582-
{
583-
if(this.selectedProps.length > 1)
584-
{
585-
return false;
586-
}
587-
var loc1:Prop = this.selectedProps.peek();
588-
return loc1 is FreeBonusRegion;
589-
}
590580

591581
public function selectProps(param1:Set) : void
592582
{

0 commit comments

Comments
 (0)