Skip to content

Commit

Permalink
DisplayObject: fix stage getter externs for AS3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Feb 27, 2024
1 parent 51eae89 commit 01ede8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/flash/display/DisplayObject.as
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,6 @@ package flash.display {
*/
public function get stage ():Stage { return null; }

protected function get_stage ():Stage { return null; }
public function set stage (value:Stage):void { }

/**
* An object with properties pertaining to a display object's matrix, color
* transform, and pixel bounds. The specific properties - matrix,
Expand Down

0 comments on commit 01ede8a

Please sign in to comment.