diff options
Diffstat (limited to 'noatun/library/engine.cpp')
-rw-r--r-- | noatun/library/engine.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/noatun/library/engine.cpp b/noatun/library/engine.cpp index 8e0000fa..4b25a433 100644 --- a/noatun/library/engine.cpp +++ b/noatun/library/engine.cpp @@ -39,9 +39,7 @@ static Arts::PlayObject nullPO() { return Arts::PlayObject::null(); } #define HARDWARE_VOLUME -#if defined(__osf__) -#undef HARDWARE_VOLUME -#elif defined(__linux__) +#if defined(__linux__) #include <sys/soundcard.h> #elif defined(__FreeBSD__) #include <sys/soundcard.h> |