Remove unused variables

This commit is contained in:
Twinaphex 2016-06-21 06:13:06 +02:00
parent 0f813e1dea
commit 27070dcb57
2 changed files with 0 additions and 3 deletions

View File

@ -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,
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)))
{
BIND_ACTION_CANCEL(cbs, action_cancel_core_content);

View File

@ -1663,7 +1663,6 @@ static void cb_generic_dir_download(void *task_data,
void *user_data, const char *err)
{
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,
MENU_ENUM_LABEL_CB_CORE_CONTENT_LIST);