From 472609490651617329d99d50d1e60a87f3e1c67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Mar 2019 13:03:28 +0100 Subject: [PATCH] GL: removed deprecated CubeMapTexture::Coordinate. Deprecated since 2016. --- doc/changelog.dox | 2 ++ src/Magnum/GL/CubeMapTexture.h | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 8c164ffce..e6f670093 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -316,6 +316,8 @@ See also: @cpp GL::Context::DetectedDriver::ProbablyAngle @ce aliases deprecated since 2017, use consistently-named @ref GL::Context::DetectedDriver::Amd and @ref GL::Context::DetectedDriver::Angle instead +- Removed @cpp GL::CubeMapTexture::Coordinate @ce deprecated since 2016, use + @ref GL::CubeMapCoordinate instead - Removed the `Shapes` library together with `DebugTools::ShapeRenderer`, which was a failed design experiment deprecated since version 2018.10 (see [mosra/magnum#148](https://github.com/mosra/magnum/issues/148)) diff --git a/src/Magnum/GL/CubeMapTexture.h b/src/Magnum/GL/CubeMapTexture.h index 6145f5650..326d37489 100644 --- a/src/Magnum/GL/CubeMapTexture.h +++ b/src/Magnum/GL/CubeMapTexture.h @@ -91,14 +91,6 @@ class MAGNUM_GL_EXPORT CubeMapTexture: public AbstractTexture { friend Implementation::TextureState; public: - #ifdef MAGNUM_BUILD_DEPRECATED - /** - * @brief @copybrief CubeMapCoordinate - * @deprecated Use @ref CubeMapCoordinate instead. - */ - typedef CORRADE_DEPRECATED("use CubeMapCoordinate instead") CubeMapCoordinate Coordinate; - #endif - /** * @brief Max supported size of one side of cube map texture *