diff cfg-mplayer.h @ 15660:62149f352939

Remove long obsolete -fb option. patch by Oded Shimon <ods15 - at - ods15 - dot - dyndns - dot - org>
author diego
date Mon, 06 Jun 2005 14:59:26 +0000
parents 92e234f53156
children f0aa0931feb3
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Jun 05 21:34:03 2005 +0000
+++ b/cfg-mplayer.h	Mon Jun 06 14:59:26 2005 +0000
@@ -13,7 +13,6 @@
 #endif
 
 #ifdef HAVE_FBDEV
-extern char *fb_dev_name;
 extern char *fb_mode_cfgfile;
 extern char *fb_mode_name;
 #endif
@@ -201,7 +200,6 @@
 #endif 
 
 #ifdef HAVE_FBDEV
-	{"fb", &fb_dev_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmode", &fb_mode_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"fbmodeconfig", &fb_mode_cfgfile, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif