summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/libANGLE/renderer/TextureImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/libANGLE/renderer/TextureImpl.cpp')
-rwxr-xr-xgfx/angle/src/libANGLE/renderer/TextureImpl.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx/angle/src/libANGLE/renderer/TextureImpl.cpp b/gfx/angle/src/libANGLE/renderer/TextureImpl.cpp
index af4796371..465d4e3e7 100755
--- a/gfx/angle/src/libANGLE/renderer/TextureImpl.cpp
+++ b/gfx/angle/src/libANGLE/renderer/TextureImpl.cpp
@@ -40,11 +40,4 @@ gl::Error TextureImpl::copySubTexture(const gl::Offset &destOffset,
UNREACHABLE();
return gl::Error(GL_INVALID_OPERATION, "CHROMIUM_copy_texture exposed but not implemented.");
}
-
-gl::Error TextureImpl::copyCompressedTexture(const gl::Texture *source)
-{
- UNREACHABLE();
- return gl::Error(GL_INVALID_OPERATION,
- "CHROMIUM_copy_compressed_texture exposed but not implemented.");
-}
}