summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
committerwm4 <wm4@nowhere>2013-12-18 17:12:07 +0100
commit4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1 (patch)
treeac7e50126ebb5c92669f408bbf72d671f68db6b4 /stream/stream_radio.c
parent761a0137364ba8ba3bc7f921248da57947132303 (diff)
downloadmpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.bz2
mpv-4ed83fe2e5f16b572b5c6a49a82f264d3f80a5e1.tar.xz
Remove the _ macro
This was a gettext-style macro to mark strings that should be translated.
Diffstat (limited to 'stream/stream_radio.c')
-rw-r--r--stream/stream_radio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index 754b217720..3a954251f0 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -63,6 +63,8 @@
#endif
+#define _(x) (x)
+
typedef struct radio_channels_s {
int index; ///< channel index in channels list
float freq; ///< frequency in MHz