Mercurial > mplayer.hg
changeset 24151:8ceec73485d3
Fix redundant redeclaration warnings.
author | diego |
---|---|
date | Sat, 25 Aug 2007 12:50:05 +0000 |
parents | 2ae4c179ea25 |
children | 83ff6c369139 |
files | libvo/vo_fbdev.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_fbdev.c Sat Aug 25 12:47:41 2007 +0000 +++ b/libvo/vo_fbdev.c Sat Aug 25 12:50:05 2007 +0000 @@ -50,10 +50,6 @@ * fb.modes support * ******************************/ -extern char *monitor_hfreq_str; -extern char *monitor_vfreq_str; -extern char *monitor_dotclock_str; - static range_t *monitor_hfreq = NULL; static range_t *monitor_vfreq = NULL; static range_t *monitor_dotclock = NULL;