From d7fa18efa693bcb282755d86cc2f4c3d17e908b8 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojiljkovic Date: Sun, 9 Jun 2019 14:18:59 +0300 Subject: [core] Remove unused OffscreenTexture variant with depth render target --- src/mbgl/gfx/context.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mbgl/gfx/context.hpp') 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 createOffscreenTexture(Size, TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0; - virtual std::unique_ptr - createOffscreenTexture(Size, - Renderbuffer&, - TextureChannelDataType = TextureChannelDataType::UnsignedByte) = 0; - public: // Creates an empty texture with the specified dimensions. Texture createTexture(const Size size, -- cgit v1.2.1