tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit e9934647fe3859981cae7d392c87ede2de2fe75c
parent 137d6434b158c530e6773034a16fc51f24086bbb
Author: Markus Stange <mstange.moz@gmail.com>
Date:   Thu,  2 Oct 2025 20:49:10 +0000

Bug 1987007 - Remove unused forward declarations. r=bradwerth

Differential Revision: https://phabricator.services.mozilla.com/D267138

Diffstat:
Mgfx/layers/NativeLayerRemoteMac.mm | 3---
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,