diff options
author | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-25 04:00:31 (GMT) |
---|---|---|
committer | Justin McPherson <justin.mcpherson@nokia.com> | 2010-03-25 04:00:31 (GMT) |
commit | 19a3fc3bd817628070e5637caf158b0be79eee82 (patch) | |
tree | 4f8b778fe7306970399ef2c237c867680682160f /src/3rdparty/phonon/ds9/backend.h | |
parent | edb67f204302fff4f1e46676112931ea054deb88 (diff) | |
download | Qt-19a3fc3bd817628070e5637caf158b0be79eee82.zip Qt-19a3fc3bd817628070e5637caf158b0be79eee82.tar.gz Qt-19a3fc3bd817628070e5637caf158b0be79eee82.tar.bz2 |
Update Phonon ds9 backend to 4.4.0.
Diffstat (limited to 'src/3rdparty/phonon/ds9/backend.h')
-rw-r--r-- | src/3rdparty/phonon/ds9/backend.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/3rdparty/phonon/ds9/backend.h b/src/3rdparty/phonon/ds9/backend.h index 7c3c109..ad638f2 100644 --- a/src/3rdparty/phonon/ds9/backend.h +++ b/src/3rdparty/phonon/ds9/backend.h @@ -23,7 +23,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>. #include <phonon/phononnamespace.h> #include <QtCore/QList> -#include <QtCore/QMutex> #include "compointer.h" #include "backendnode.h" @@ -64,8 +63,6 @@ namespace Phonon Filter getAudioOutputFilter(int index) const; - static QMutex *directShowMutex; - Q_SIGNALS: void objectDescriptionChanged(ObjectDescriptionType); @@ -77,7 +74,6 @@ namespace Phonon }; mutable QVector<AudioMoniker> m_audioOutputs; mutable QVector<CLSID> m_audioEffects; - mutable QMutex m_directShowMutex; }; } } |