Mercurial > mplayer.hg
changeset 23735:2232dac31fdb
Remove unnecessary #ifdef around the whole file.
author | diego |
---|---|
date | Mon, 09 Jul 2007 20:40:18 +0000 |
parents | acfe034e5386 |
children | b807809ef9f8 |
files | stream/stream_radio.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_radio.h Mon Jul 09 19:50:36 2007 +0000 +++ b/stream/stream_radio.h Mon Jul 09 20:40:18 2007 +0000 @@ -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_freq(struct stream_st *stream, float step_interval); #endif - -#endif