-rw-r--r-- | libopie2/opiecore/device/odevice_ramses.cpp | 4 |
1 files changed, 1 insertions, 3 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 | |||
@@ -105,6 +105,4 @@ void Ramses::playAlarmSound() | |||
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 | } |
@@ -125,5 +123,5 @@ bool Ramses::suspend() | |||
125 | ::close(fd); | 123 | ::close(fd); |
126 | } | 124 | } |
127 | 125 | ||
128 | ::usleep ( 200 * 1000 ); | 126 | ::usleep ( 200 * 1000 ); |
129 | return true; | 127 | return true; |