From 56da783f11b496b2ff15ef0b4dfb3696e75026aa Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Tue, 5 May 2015 09:43:22 +0200 Subject: [PATCH] Get rid of unused variable --- gfx/image/image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gfx/image/image.c b/gfx/image/image.c index f4a77ba77d..ecceb55779 100644 --- a/gfx/image/image.c +++ b/gfx/image/image.c @@ -397,7 +397,6 @@ bool texture_image_load(struct texture_image *out_img, const char *path) { bool ret = false; unsigned r_shift, g_shift, b_shift, a_shift; - driver_t *driver = driver_get_ptr(); texture_image_set_color_shifts(&r_shift, &g_shift, &b_shift, &a_shift);