avm2: Stage.loaderInfo should not have a setter

This commit is contained in:
Nathan Adams 2024-07-28 22:42:12 +02:00
parent a5096890e0
commit 3810ae6a53
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ package flash.display {
throw new IllegalOperationError("Error #2071: The Stage class does not implement this property or method.", 2071);
}
public function set loaderInfo(value:LoaderInfo):void {
throw new IllegalOperationError("Error #2071: The Stage class does not implement this property or method.", 2071);
}
override public function set mask(value:DisplayObject):void {
throw new IllegalOperationError("Error #2071: The Stage class does not implement this property or method.", 2071);
}