Browse Source

compiler error, remove this code!

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1390 bbd45198-f89e-11dd-88c7-29a3b14d5316
bernard.xiong 14 years ago
parent
commit
d3d5111904
1 changed files with 0 additions and 4 deletions
  1. 0 4
      bsp/mini2440/lcd_t35.c

+ 0 - 4
bsp/mini2440/lcd_t35.c

@@ -348,10 +348,6 @@ static rt_err_t rt_lcd_control (rt_device_t dev, rt_uint8_t cmd, void *args)
 	case RT_DEVICE_CTRL_LCD_GET_BPP:
 		*((rt_uint16_t*)args) = lcd->byte_per_pixel;			
 		break;
-		
-	case RT_DEVICE_CTRL_LCD_GET_FRAMEBUFFER:
-		*((rt_uint16_t*)args) = lcd->hw_framebuffer;			
-		break;		
 	}
 
 	return RT_EOK;