Skip to content

Commit

Permalink
avm2: Remove unused private property in Transform
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie-s committed Dec 14, 2024
1 parent 78444cf commit 6417e5f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/src/avm2/globals/flash/geom/Transform.as
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ package flash.geom {
[Ruffle(InternalSlot)]
private var displayObject:DisplayObject;

private var _matrix3D:Matrix3D = null;
private var _perspectiveProjection:PerspectiveProjection = null;

function Transform(object:DisplayObject) {
this.displayObject = object;
}
Expand Down

0 comments on commit 6417e5f

Please sign in to comment.