diff --git a/src/Magnum/Shaders/DistanceFieldVector.h b/src/Magnum/Shaders/DistanceFieldVector.h index 4b2e12b4a..2c32dd793 100644 --- a/src/Magnum/Shaders/DistanceFieldVector.h +++ b/src/Magnum/Shaders/DistanceFieldVector.h @@ -159,11 +159,6 @@ template class MAGNUM_SHADERS_EXPORT DistanceFieldVector AbstractVector::bindVectorTexture(texture); return *this; } - #ifdef MAGNUM_BUILD_DEPRECATED - CORRADE_DEPRECATED("use bindVectorTexture() instead") DistanceFieldVector& setVectorTexture(GL::Texture2D& texture) { - return bindVectorTexture(texture); - } - #endif #endif private: diff --git a/src/Magnum/Shaders/Vector.h b/src/Magnum/Shaders/Vector.h index 91a82ec22..c3a8e979a 100644 --- a/src/Magnum/Shaders/Vector.h +++ b/src/Magnum/Shaders/Vector.h @@ -128,11 +128,6 @@ template class MAGNUM_SHADERS_EXPORT Vector: public Abst AbstractVector::bindVectorTexture(texture); return *this; } - #ifdef MAGNUM_BUILD_DEPRECATED - CORRADE_DEPRECATED("use bindVectorTexture() instead") Vector& setVectorTexture(GL::Texture2D& texture) { - return bindVectorTexture(texture); - } - #endif #endif private: