-rw-r--r-- | libopie/odevice.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libopie/odevice.cpp b/libopie/odevice.cpp index 25c9826..2d2f7db 100644 --- a/libopie/odevice.cpp +++ b/libopie/odevice.cpp @@ -306,3 +306,2 @@ void ODevice::alarmSound ( ) { -#ifndef QT_QWS_EBX #ifndef QT_NO_SOUND @@ -313,3 +312,2 @@ void ODevice::alarmSound ( ) #endif -#endif } @@ -318,3 +316,2 @@ void ODevice::keySound ( ) { -#ifndef QT_QWS_EBX #ifndef QT_NO_SOUND @@ -325,3 +322,2 @@ void ODevice::keySound ( ) #endif -#endif } @@ -331,3 +327,2 @@ void ODevice::touchSound ( ) -#ifndef QT_QWS_EBX #ifndef QT_NO_SOUND @@ -338,3 +333,2 @@ void ODevice::touchSound ( ) #endif -#endif } @@ -594,3 +588,2 @@ void iPAQ::alarmSound ( ) { -#if defined( QT_QWS_IPAQ ) // IPAQ #ifndef QT_NO_SOUND @@ -630,3 +623,2 @@ void iPAQ::alarmSound ( ) #endif -#endif } |