summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gfx/context.hpp')
-rw-r--r--src/mbgl/gfx/context.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mbgl/gfx/context.hpp b/src/mbgl/gfx/context.hpp
index 53cd318642..64eddf3e5a 100644
--- a/src/mbgl/gfx/context.hpp
+++ b/src/mbgl/gfx/context.hpp
@@ -42,11 +42,6 @@ public:
virtual std::unique_ptr<OffscreenTexture>
createOffscreenTexture(Size,
TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0;
- virtual std::unique_ptr<OffscreenTexture>
- createOffscreenTexture(Size,
- Renderbuffer<RenderbufferPixelType::Depth>&,
- TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0;
-
public:
// Creates an empty texture with the specified dimensions.
Texture createTexture(const Size size,