-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() changeMixerForAlarm( 0, "/dev/sound/mixer" , &snd); snd.play(); -#else -#error QT_NO_SOUND defined #endif } @@ -125,5 +123,5 @@ bool Ramses::suspend() ::close(fd); } - + ::usleep ( 200 * 1000 ); return true; |