From 3810ae6a5386cbc8781e5632c15ab00b8b7f56c0 Mon Sep 17 00:00:00 2001 From: Nathan Adams Date: Sun, 28 Jul 2024 22:42:12 +0200 Subject: [PATCH] avm2: Stage.loaderInfo should not have a setter --- core/src/avm2/globals/flash/display/Stage.as | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/src/avm2/globals/flash/display/Stage.as b/core/src/avm2/globals/flash/display/Stage.as index 528aed899..f4f8ea630 100644 --- a/core/src/avm2/globals/flash/display/Stage.as +++ b/core/src/avm2/globals/flash/display/Stage.as @@ -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); }