1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-01 07:54:27 +00:00

(task_overlay) remove unused variable

This commit is contained in:
libretroadmin 2024-06-16 14:38:21 +02:00
parent 00e669b09a
commit 3736aa963f

View File

@ -246,7 +246,6 @@ static bool task_overlay_load_desc(
bool ret = true;
bool by_pixel = false;
char *key = NULL;
struct string_list list = {0};
const char *x = NULL;
const char *y = NULL;
const char *box = NULL;