common/lcd.c: cleanup use of global variables
[kernel/u-boot.git] / arch / arm / cpu / pxa / pxafb.c
index 987fa06..25747b1 100644 (file)
@@ -333,8 +333,6 @@ void lcd_ctrl_init  (void *lcdbase);
 void lcd_enable        (void);
 
 int lcd_line_length;
-int lcd_color_fg;
-int lcd_color_bg;
 
 void *lcd_base;                        /* Start of framebuffer memory  */
 void *lcd_console_address;             /* Start of console buffer      */