summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiosystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/audio/qaudiosystem.cpp')
-rw-r--r--src/multimedia/audio/qaudiosystem.cpp5
1 files changed, 0 insertions, 5 deletions
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.