summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm')
-rw-r--r--Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm b/Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm
index 68f4f2437..82538779c 100644
--- a/Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm
+++ b/Source/WebCore/platform/graphics/mac/GraphicsContext3DMac.mm
@@ -277,12 +277,6 @@ void GraphicsContext3D::setErrorMessageCallback(PassOwnPtr<ErrorMessageCallback>
{
}
-void GraphicsContext3D::releaseShaderCompiler()
-{
- makeContextCurrent();
- notImplemented();
-}
-
}
#endif // USE(3D_GRAPHICS)