mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 831023: Remove unused non-mac-platform version of MakeIOSurfaceTexture. r=BenWa
This commit is contained in:
parent
c409a23574
commit
2a155710d2
@ -83,15 +83,7 @@ MakeIOSurfaceTexture(void* aCGIOSurfaceContext, mozilla::gl::GLContext* aGL)
|
|||||||
|
|
||||||
return ioSurfaceTexture;
|
return ioSurfaceTexture;
|
||||||
}
|
}
|
||||||
|
#endif // XP_MACOSX
|
||||||
#else
|
|
||||||
static GLuint
|
|
||||||
MakeIOSurfaceTexture(void* aCGIOSurfaceContext, mozilla::gl::GLContext* aGL)
|
|
||||||
{
|
|
||||||
NS_RUNTIMEABORT("Not implemented");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CanvasLayerOGL::Destroy()
|
CanvasLayerOGL::Destroy()
|
||||||
|
Loading…
Reference in New Issue
Block a user