mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-16 15:36:22 -04: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
@ -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…
x
Reference in New Issue
Block a user