[MPlayer-cvslog] r23755 - trunk/stream/stream_radio.h
diego
subversion at mplayerhq.hu
Mon Jul 9 22:40:18 CEST 2007
Author: diego
Date: Mon Jul 9 22:40:18 2007
New Revision: 23755
Log:
Remove unnecessary #ifdef around the whole file.
Modified:
trunk/stream/stream_radio.h
Modified: trunk/stream/stream_radio.h
==============================================================================
--- trunk/stream/stream_radio.h (original)
+++ trunk/stream/stream_radio.h Mon Jul 9 22:40:18 2007
@@ -1,7 +1,6 @@
#ifndef STREAM_RADIO_H
#define STREAM_RADIO_H
-#ifdef USE_RADIO
#define RADIO_CHANNEL_LOWER 1
#define RADIO_CHANNEL_HIGHER 2
@@ -25,5 +24,3 @@ int radio_step_channel(struct stream_st
int radio_step_freq(struct stream_st *stream, float step_interval);
#endif
-
-#endif
More information about the MPlayer-cvslog
mailing list