From ee7689b8e52abdb5c5d8895c30c055f1dd1490b0 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Sat, 14 Jan 2006 15:53:01 +0000 Subject: [PATCH] - No need to wrap this with an #ifdef PORTAUDIO git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@101 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- audio_init.f90 | 2 -- 1 file changed, 2 deletions(-) diff --git a/audio_init.f90 b/audio_init.f90 index e4fd80935..74afbde86 100644 --- a/audio_init.f90 +++ b/audio_init.f90 @@ -5,8 +5,6 @@ subroutine audio_init(ndin,ndout) #ifdef Win32 use dfmt integer Thread1,Thread2 -#endif -#ifdef USE_PORTAUDIO external a2d,decode1 #endif