summaryrefslogtreecommitdiffstats
path: root/src/multimediakit/effects
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2011-07-18 10:32:16 +1000
committerQt by Nokia <qt-info@nokia.com>2011-07-18 05:56:15 +0200
commit1403a1c7be7892ad4d1c5d04c143a318055fb36b (patch)
tree22a4caf3f5a119dcb12874ee72d2a9bb7dd88a55 /src/multimediakit/effects
parent7085775a115421e5fbecc02679da1558c5178e84 (diff)
Remove some obsolete bits.
They can be updated again later when things are more stable, if needed. Change-Id: I73bdacdd3d1fd43a60cd3a0c14b925fa9c32ee27 Reviewed-on: http://codereview.qt.nokia.com/1724 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'src/multimediakit/effects')
-rw-r--r--src/multimediakit/effects/effects.pri2
-rw-r--r--src/multimediakit/effects/qsoundeffect.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/multimediakit/effects/effects.pri b/src/multimediakit/effects/effects.pri
index 911bd9b62..20eb692e6 100644
--- a/src/multimediakit/effects/effects.pri
+++ b/src/multimediakit/effects/effects.pri
@@ -1,6 +1,6 @@
INCLUDEPATH += effects
-unix:!mac:!symbian {
+unix:!mac {
contains(pulseaudio_enabled, yes) {
CONFIG += link_pkgconfig
PKGCONFIG += libpulse
diff --git a/src/multimediakit/effects/qsoundeffect.cpp b/src/multimediakit/effects/qsoundeffect.cpp
index 4d489871d..9ac1591a1 100644
--- a/src/multimediakit/effects/qsoundeffect.cpp
+++ b/src/multimediakit/effects/qsoundeffect.cpp
@@ -86,7 +86,7 @@ QT_BEGIN_NAMESPACE
\since 1.0
This property holds the volume of the playback, from 0.0 (silent) to 1.0 (maximum volume).
- Note: Currently this has no effect on Mac OS X and Symbian.
+ Note: Currently this has no effect on Mac OS X.
*/
/*!