From 73ac34b220d168e0f9c3399aedfb73f78e5fa455 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 10 Jun 2014 20:12:19 +0200 Subject: stream_pvr: remove global option variables --- stream/frequencies.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'stream/frequencies.h') 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 */ -- cgit v1.2.3