mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
bus_vcxk.c: fix warning: unused variable 'lineptr'
Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
This commit is contained in:
parent
18304f7675
commit
1c6232f1e2
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y)
|
|||
unsigned long c_width;
|
||||
unsigned long c_height;
|
||||
unsigned char *dataptr;
|
||||
unsigned char *lineptr;
|
||||
|
||||
bmp = (bmp_image_t *) addr;
|
||||
if ((bmp->header.signature[0] == 'B') &&
|
||||
|
|
Loading…
Reference in a new issue