summaryrefslogtreecommitdiffstats
path: root/stream/frequencies.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 20:12:19 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:34:42 +0200
commit73ac34b220d168e0f9c3399aedfb73f78e5fa455 (patch)
tree07f547934e14595ed9688208e8eb9881d18b7708 /stream/frequencies.c
parentfcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2 (diff)
downloadmpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.bz2
mpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.xz
stream_pvr: remove global option variables
Diffstat (limited to 'stream/frequencies.c')
-rw-r--r--stream/frequencies.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/frequencies.c b/stream/frequencies.c
index ff020fabe6..9f5be330e5 100644
--- a/stream/frequencies.c
+++ b/stream/frequencies.c
@@ -1210,6 +1210,4 @@ const struct CHANLISTS chanlists[] = {
{ NULL, NULL, 0 } /* EOF */
};
-int chantab = 5;
-const struct CHANLIST *chanlist = europe_west;
-int chancount = CHAN_COUNT(europe_west);
+const int chancount = CHAN_COUNT(europe_west);