comparison libmpdemux/frequencies.h @ 15472:b40d7c9a6ace

comment out useless/nonexistent variable breaking compile on gcc4
author rfelker
date Sat, 14 May 2005 20:26:46 +0000
parents 17651509aced
children de6740c3ab2a
comparison
equal deleted inserted replaced
15471:713d02bb344a 15472:b40d7c9a6ace
102 #define CHAN_COUNT(x) (sizeof(x)/sizeof(struct CHANLIST)) 102 #define CHAN_COUNT(x) (sizeof(x)/sizeof(struct CHANLIST))
103 103
104 /* --------------------------------------------------------------------- */ 104 /* --------------------------------------------------------------------- */
105 105
106 extern struct CHANLISTS chanlists[]; 106 extern struct CHANLISTS chanlists[];
107 extern struct STRTAB chanlist_names[]; 107 //extern struct STRTAB chanlist_names[];
108 108
109 extern int chantab; 109 extern int chantab;
110 extern struct CHANLIST *chanlist; 110 extern struct CHANLIST *chanlist;
111 extern int chancount; 111 extern int chancount;