mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-22 02:30:56 +00:00
(RJPEG) Remove unused variable
This commit is contained in:
parent
ce0376e382
commit
beac855ff7
@ -2516,7 +2516,6 @@ int rjpeg_process_image(rjpeg_t *rjpeg, void **buf_data,
|
||||
size_t size, unsigned *width, unsigned *height)
|
||||
{
|
||||
int comp;
|
||||
uint8_t **buf = (uint8_t**)buf_data;
|
||||
unsigned size_tex = 0;
|
||||
|
||||
if (!rjpeg)
|
||||
|
Loading…
x
Reference in New Issue
Block a user