Skip to content
Snippets Groups Projects
Commit 1c6232f1 authored by Jens Scharsig's avatar Jens Scharsig Committed by Wolfgang Denk
Browse files

bus_vcxk.c: fix warning: unused variable 'lineptr'

parent 18304f76
No related branches found
No related tags found
No related merge requests found
...@@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y) ...@@ -380,7 +380,6 @@ int vcxk_display_bitmap(ulong addr, int x, int y)
unsigned long c_width; unsigned long c_width;
unsigned long c_height; unsigned long c_height;
unsigned char *dataptr; unsigned char *dataptr;
unsigned char *lineptr;
bmp = (bmp_image_t *) addr; bmp = (bmp_image_t *) addr;
if ((bmp->header.signature[0] == 'B') && if ((bmp->header.signature[0] == 'B') &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment