diff options
Diffstat (limited to 'gfx/thebes/gfxWindowsSurface.h')
-rw-r--r-- | gfx/thebes/gfxWindowsSurface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/thebes/gfxWindowsSurface.h b/gfx/thebes/gfxWindowsSurface.h index 594357a260..c425f18185 100644 --- a/gfx/thebes/gfxWindowsSurface.h +++ b/gfx/thebes/gfxWindowsSurface.h @@ -27,9 +27,6 @@ public: gfxWindowsSurface(HDC dc, uint32_t flags = 0); - // Create from a shared d3d9surface - gfxWindowsSurface(IDirect3DSurface9 *surface, uint32_t flags = 0); - // Create a DIB surface gfxWindowsSurface(const mozilla::gfx::IntSize& size, gfxImageFormat imageFormat = mozilla::gfx::SurfaceFormat::X8R8G8B8_UINT32); |