Commit 346428b 1 parent 3fb36b6 commit 346428b Copy full SHA for 346428b
File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -822,16 +822,6 @@ impl<'gc> DisplayObjectBase<'gc> {
822
822
pub fn set_has_matrix3d_stub ( & mut self , value : bool ) {
823
823
self . flags . set ( DisplayObjectFlags :: HAS_MATRIX3D_STUB , value)
824
824
}
825
-
826
- pub fn has_perspective_projection_stub ( & self ) -> bool {
827
- self . flags
828
- . contains ( DisplayObjectFlags :: HAS_PERSPECTIVE_PROJECTION_STUB )
829
- }
830
-
831
- pub fn set_has_perspective_projection_stub ( & mut self , value : bool ) {
832
- self . flags
833
- . set ( DisplayObjectFlags :: HAS_PERSPECTIVE_PROJECTION_STUB , value)
834
- }
835
825
}
836
826
837
827
struct DrawCacheInfo {
@@ -2673,9 +2663,6 @@ bitflags! {
2673
2663
2674
2664
/// Whether this object has matrix3D (used for stubbing).
2675
2665
const HAS_MATRIX3D_STUB = 1 << 14 ;
2676
-
2677
- /// Whether this object has perspectiveProjection (used for stubbing).
2678
- const HAS_PERSPECTIVE_PROJECTION_STUB = 1 << 15 ;
2679
2666
}
2680
2667
}
2681
2668
You can’t perform that action at this time.
0 commit comments