summaryrefslogtreecommitdiffstats
path: root/stream/frequencies.h
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.h
parentfcf9bb95b5d95dc8b0f45b368074d0f67bd4e7d2 (diff)
downloadmpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.bz2
mpv-73ac34b220d168e0f9c3399aedfb73f78e5fa455.tar.xz
stream_pvr: remove global option variables
Diffstat (limited to 'stream/frequencies.h')
-rw-r--r--stream/frequencies.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/stream/frequencies.h b/stream/frequencies.h
index 87a5a1fb4f..3439412f6d 100644
--- a/stream/frequencies.h
+++ b/stream/frequencies.h
@@ -124,10 +124,6 @@ struct CHANLISTS {
/* --------------------------------------------------------------------- */
extern const struct CHANLISTS chanlists[];
-//extern struct STRTAB chanlist_names[];
-
-extern int chantab;
-extern const struct CHANLIST *chanlist;
-extern int chancount;
+extern const int chancount;
#endif /* MPLAYER_FREQUENCIES_H */