diff options
| author | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-12-16 21:44:03 +0000 | 
| commit | efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5 (patch) | |
| tree | 9b8636853fefbfcd38e804ddccac013bd216d50e /board/esd/common/lcd.h | |
| parent | bea8e84b52ac3c499b5868978a29c20cf92cf88f (diff) | |
| download | olio-uboot-2014.01-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.tar.xz olio-uboot-2014.01-efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5.zip | |
Code cleanup.
Diffstat (limited to 'board/esd/common/lcd.h')
| -rw-r--r-- | board/esd/common/lcd.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/board/esd/common/lcd.h b/board/esd/common/lcd.h index a8971f6c0..3169e6bb5 100644 --- a/board/esd/common/lcd.h +++ b/board/esd/common/lcd.h @@ -68,4 +68,3 @@ typedef struct                       /**** BMP file info structure ****/  	unsigned int   biClrUsed;        /* Number of colors used */  	unsigned int   biClrImportant;   /* Number of important colors */  } BITMAPINFOHEADER; - |