get rid of GP2X_BUILD checks where they are not really needed
[gpsp.git] / sound.c
diff --git a/sound.c b/sound.c
index 44177ff..81a0a8d 100644 (file)
--- a/sound.c
+++ b/sound.c
@@ -25,11 +25,7 @@ u32 global_enable_audio = 1;
 direct_sound_struct direct_sound_channel[2];
 gbc_sound_struct gbc_sound_channel[4];
 
-#if defined(GP2X_BUILD) || defined(TAVI_BUILD)
 u32 sound_frequency = 44100;
-#else
-u32 sound_frequency = 44100;
-#endif
 
 SDL_AudioSpec sound_settings;
 SDL_mutex *sound_mutex;