From 5623b2ca3848c438199896eb7989761395c3c310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 2 Jan 2016 18:52:39 +0100 Subject: [PATCH] Audio: well this is superfluous. --- src/Magnum/Audio/Context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Audio/Context.h b/src/Magnum/Audio/Context.h index f44782c20..e8638154c 100644 --- a/src/Magnum/Audio/Context.h +++ b/src/Magnum/Audio/Context.h @@ -446,7 +446,7 @@ inline bool Context::isHrtfEnabled() const { } inline Context::HrtfStatus Context::hrtfStatus() const { - if(!Context::current().isExtensionSupported()) + if(!isExtensionSupported()) return isHrtfEnabled() ? HrtfStatus::Enabled : HrtfStatus::Disabled; Int status;