Browse Source

removed unconditional HAVE_RAD_MSS

Dave Schuyler 24 years ago
parent
commit
880c94b6e1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/audio/audio_trait.h

+ 0 - 2
panda/src/audio/audio_trait.h

@@ -79,8 +79,6 @@ public:
 // for which one is real.
 // for which one is real.
 #ifdef HAVE_SYS_SOUNDCARD_H
 #ifdef HAVE_SYS_SOUNDCARD_H
   #define AUDIO_USE_LINUX
   #define AUDIO_USE_LINUX
-#elif 1
-  #define AUDIO_USE_RAD_MSS
 #elif defined(HAVE_RAD_MSS)
 #elif defined(HAVE_RAD_MSS)
   #define AUDIO_USE_RAD_MSS
   #define AUDIO_USE_RAD_MSS
 #elif defined(WIN32_VC)
 #elif defined(WIN32_VC)