changeset 13060:a9dd19015e54

Removed fb_dev_name handling.
author syrjala
date Fri, 20 Aug 2004 14:09:16 +0000
parents f6fc3dce3757
children ded5af067fa8
files libvo/vo_dfbmga.c
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_dfbmga.c	Fri Aug 20 11:57:02 2004 +0000
+++ b/libvo/vo_dfbmga.c	Fri Aug 20 14:09:16 2004 +0000
@@ -118,13 +118,6 @@
  #define DSPF_ARGB1555 DSPF_RGB15
 #endif
 
-/* command line/config file options */
-#ifdef HAVE_FBDEV
- extern char *fb_dev_name;
-#else
- char *fb_dev_name;
-#endif
-
 static uint32_t in_width;
 static uint32_t in_height;
 static uint32_t screen_width;
@@ -384,12 +377,6 @@
                return -1;
           }
 
-          if (!fb_dev_name && !(fb_dev_name = getenv( "FRAMEBUFFER" )))
-               fb_dev_name = "/dev/fb0";
-          DirectFBSetOption( "fbdev", fb_dev_name );
-          DirectFBSetOption( "no-cursor", "" );
-          DirectFBSetOption( "bg-color", "00000000" );
-
           switch (tvnorm) {
           case 0:
                DirectFBSetOption( "matrox-tv-standard", "pal" );