From 634894a8a83b021386da8c2672628b0b26185ef3 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 11 Jun 2021 13:40:32 +0200 Subject: Get rid of QAudio::Role This was only ever implemented to some extent for Android. Remove for now, as it's not really an important feature and can't be implemented properly on many of our platforms. Change-Id: Idc4d21c857380088ca6d10d59a0e05d192899534 Reviewed-by: Volker Hilsheimer --- src/multimedia/audio/qaudiosystem.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/multimedia/audio/qaudiosystem.cpp') diff --git a/src/multimedia/audio/qaudiosystem.cpp b/src/multimedia/audio/qaudiosystem.cpp index 36f4abcb0..5c43b68f6 100644 --- a/src/multimedia/audio/qaudiosystem.cpp +++ b/src/multimedia/audio/qaudiosystem.cpp @@ -141,11 +141,6 @@ QT_BEGIN_NAMESPACE Returns the volume in the range 0.0 and 1.0. */ -void QPlatformAudioSink::setRole(QAudio::Role role) -{ - m_role = role; -} - /*! \fn QPlatformAudioSink::errorChanged(QAudio::Error error) This signal is emitted when the \a error state has changed. -- cgit v1.2.1