From d306b727b18ce11ff63819a66e8743c5b374bdaf Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 19 Feb 2010 10:22:29 +0000 Subject: Remove pointless '#if 1' preprocessor directives. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30654 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_dsound.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libao2') diff --git a/libao2/ao_dsound.c b/libao2/ao_dsound.c index c53820638d..605b0f16e0 100644 --- a/libao2/ao_dsound.c +++ b/libao2/ao_dsound.c @@ -55,7 +55,6 @@ LIBAO_EXTERN(dsound) /** \todo use the definitions from the win32 api headers when they define these */ -#if 1 #define WAVE_FORMAT_IEEE_FLOAT 0x0003 #define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092 #define WAVE_FORMAT_EXTENSIBLE 0xFFFE @@ -103,8 +102,6 @@ typedef struct { } WAVEFORMATEXTENSIBLE, *PWAVEFORMATEXTENSIBLE; #endif -#endif - static const int channel_mask[] = { SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_LOW_FREQUENCY, SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | SPEAKER_BACK_LEFT | SPEAKER_BACK_RIGHT, -- cgit v1.2.3