From e1bc9a96aeab66f0f739c9f2819b461a6079e31e Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 22 Jun 2013 10:49:55 +0200 Subject: [PATCH] Drop unnecessary ifdef. --- driver.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/driver.h b/driver.h index 88176ff817..59c87b0957 100644 --- a/driver.h +++ b/driver.h @@ -488,9 +488,7 @@ extern driver_t driver; extern const audio_driver_t audio_rsound; extern const audio_driver_t audio_oss; extern const audio_driver_t audio_alsa; -#ifndef __QNX__ extern const audio_driver_t audio_alsathread; -#endif extern const audio_driver_t audio_roar; extern const audio_driver_t audio_openal; extern const audio_driver_t audio_opensl;