Bug 831023: Remove unused non-mac-platform version of MakeIOSurfaceTexture. r=BenWa

This commit is contained in:
Daniel Holbert 2013-01-15 18:16:47 -08:00
parent c409a23574
commit 2a155710d2

View File

@ -83,15 +83,7 @@ MakeIOSurfaceTexture(void* aCGIOSurfaceContext, mozilla::gl::GLContext* aGL)
return ioSurfaceTexture;
}
#else
static GLuint
MakeIOSurfaceTexture(void* aCGIOSurfaceContext, mozilla::gl::GLContext* aGL)
{
NS_RUNTIMEABORT("Not implemented");
return 0;
}
#endif
#endif // XP_MACOSX
void
CanvasLayerOGL::Destroy()