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 *