summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_radio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/stream/stream_radio.h b/stream/stream_radio.h
index 5dc35ecd0b..e2a6cd0648 100644
--- a/stream/stream_radio.h
+++ b/stream/stream_radio.h
@@ -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 *stream, int direction);
int radio_step_freq(struct stream_st *stream, float step_interval);
#endif
-
-#endif