mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-15 14:59:37 +00:00
Get rid of unused variable
This commit is contained in:
parent
61bfe0d1af
commit
56da783f11
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user