mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Remove unused variables
This commit is contained in:
parent
0f813e1dea
commit
27070dcb57
@ -42,8 +42,6 @@ static int action_cancel_core_content(const char *path,
|
|||||||
static int menu_cbs_init_bind_cancel_compare_label(menu_file_list_cbs_t *cbs,
|
static int menu_cbs_init_bind_cancel_compare_label(menu_file_list_cbs_t *cbs,
|
||||||
const char *label, uint32_t hash, const char *elem0, const char *menu_label)
|
const char *label, uint32_t hash, const char *elem0, const char *menu_label)
|
||||||
{
|
{
|
||||||
uint32_t elem0_hash = msg_hash_calculate(elem0);
|
|
||||||
|
|
||||||
if (string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_LIST)))
|
if (string_is_equal(menu_label, msg_hash_to_str(MENU_ENUM_LABEL_DEFERRED_CORE_CONTENT_LIST)))
|
||||||
{
|
{
|
||||||
BIND_ACTION_CANCEL(cbs, action_cancel_core_content);
|
BIND_ACTION_CANCEL(cbs, action_cancel_core_content);
|
||||||
|
@ -1663,7 +1663,6 @@ static void cb_generic_dir_download(void *task_data,
|
|||||||
void *user_data, const char *err)
|
void *user_data, const char *err)
|
||||||
{
|
{
|
||||||
menu_file_transfer_t *transf = (menu_file_transfer_t*)user_data;
|
menu_file_transfer_t *transf = (menu_file_transfer_t*)user_data;
|
||||||
http_transfer_data_t *data = (http_transfer_data_t*)task_data;
|
|
||||||
|
|
||||||
generic_action_ok_network(transf->path, transf->path, 0, 0, 0,
|
generic_action_ok_network(transf->path, transf->path, 0, 0, 0,
|
||||||
MENU_ENUM_LABEL_CB_CORE_CONTENT_LIST);
|
MENU_ENUM_LABEL_CB_CORE_CONTENT_LIST);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user