author | zecke <zecke> | 2004-09-21 16:47:16 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-09-21 16:47:16 (UTC) |
commit | 8d63da87b471780142f0d0431bbcb37c1afba646 (patch) (unidiff) | |
tree | 5cd367a8e33a5261fa3d9fe4397303967c13b0ab /libopie2 | |
parent | 2e877b93064d149ccafbbd86da55fbd244c3af4a (diff) | |
download | opie-8d63da87b471780142f0d0431bbcb37c1afba646.zip opie-8d63da87b471780142f0d0431bbcb37c1afba646.tar.gz opie-8d63da87b471780142f0d0431bbcb37c1afba646.tar.bz2 |
QT_NO_SOUND is defined at least on MacOS
so don't fail with error for them
-rw-r--r-- | libopie2/opiecore/device/odevice_ramses.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libopie2/opiecore/device/odevice_ramses.cpp b/libopie2/opiecore/device/odevice_ramses.cpp index c75ea3a..a060695 100644 --- a/libopie2/opiecore/device/odevice_ramses.cpp +++ b/libopie2/opiecore/device/odevice_ramses.cpp | |||
@@ -104,8 +104,6 @@ void Ramses::playAlarmSound() | |||
104 | 104 | ||
105 | changeMixerForAlarm( 0, "/dev/sound/mixer" , &snd); | 105 | changeMixerForAlarm( 0, "/dev/sound/mixer" , &snd); |
106 | snd.play(); | 106 | snd.play(); |
107 | #else | ||
108 | #error QT_NO_SOUND defined | ||
109 | #endif | 107 | #endif |
110 | } | 108 | } |
111 | 109 | ||