From 8ba348926588172de401f70834c6c6ec94037a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 20 Mar 2019 13:24:22 +0100 Subject: [PATCH] Audio: removed deprecated Context::hrtfSpecifier(). Deprecated since 2018.02, use hrtfSpecifierString() instead. --- doc/changelog.dox | 2 ++ src/Magnum/Audio/Context.h | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index fba00eadf..7b2988ca4 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -327,6 +327,8 @@ See also: - Removed compatibility code in @ref Audio::Context where @ref Audio::Context::current() would be usable with both @cpp . @ce and @cpp -> @ce, deprecated since 2017 +- Removed @cpp Audio::Context::hrtfSpecifier() @ce deprecated since 2018.02. + Use @ref Audio::Context::hrtfSpecifierString() 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/Audio/Context.h b/src/Magnum/Audio/Context.h index 38dba9c83..f3e8b2cdb 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -242,13 +242,6 @@ class MAGNUM_AUDIO_EXPORT Context { */ std::string hrtfSpecifierString() const; - #ifdef MAGNUM_BUILD_DEPRECATED - /** @brief @copybrief hrtfSpecifierString() - * @deprecated Use @ref hrtfSpecifierString() instead. - */ - CORRADE_DEPRECATED("use hrtfSpecifierString() instead") std::string hrtfSpecifier() const { return hrtfSpecifierString(); } - #endif - /** * @brief Device specifier string *