commit 9fd68ba1609709b633a118b2a7d84a326b233b56
parent 36b64769782b9fb16d0a29a638752d3f809be426
Author: Markus Stange <mstange.moz@gmail.com>
Date: Fri, 3 Oct 2025 12:45:24 +0000
Bug 1987007 - Remove unused forward declarations. r=bradwerth
Differential Revision: https://phabricator.services.mozilla.com/D267138
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/gfx/layers/NativeLayerRemoteMac.mm b/gfx/layers/NativeLayerRemoteMac.mm
@@ -25,14 +25,11 @@
namespace mozilla {
namespace layers {
-using gfx::DataSourceSurface;
using gfx::IntPoint;
using gfx::IntRect;
using gfx::IntRegion;
using gfx::IntSize;
using gfx::Matrix4x4;
-using gfx::SurfaceFormat;
-using gl::GLContext;
NativeLayerRemoteMac::NativeLayerRemoteMac(
const IntSize& aSize, bool aIsOpaque,