From 238f8b93a6a3561bbe2af06a1132eefc6e9e0aeb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 12 Jan 2025 18:34:54 +0900 Subject: Remove support for OSF Signed-off-by: Michele Calgaro (cherry picked from commit 83d0c59cf312df3614ba81844c68a5928afce924) --- noatun/library/engine.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'noatun') 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 #elif defined(__FreeBSD__) #include -- cgit v1.2.1