From 1c6232f1e2eae87e0e36d489611eb6891dff21e1 Mon Sep 17 00:00:00 2001 From: Jens Scharsig Date: Mon, 27 Jul 2009 15:28:42 +0200 Subject: bus_vcxk.c: fix warning: unused variable 'lineptr' Signed-off-by: Jens Scharsig --- drivers/video/bus_vcxk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/video') diff --git a/drivers/video/bus_vcxk.c b/drivers/video/bus_vcxk.c index b3b53e12b..7726bb319 100644 --- a/drivers/video/bus_vcxk.c +++ b/drivers/video/bus_vcxk.c @@ -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') && -- cgit v1.2.3