Fix menu_cbs_start.c warning

This commit is contained in:
twinaphex 2015-07-07 00:28:22 +02:00
parent 2aa7c46e78
commit 0fa61b3ade

View File

@ -263,8 +263,8 @@ static int action_start_core_setting(unsigned type,
return 0;
}
static int action_start_video_resolution(const char *path,
const char *label, unsigned type, size_t idx, size_t entry_idx)
static int action_start_video_resolution(
unsigned type, const char *label)
{
unsigned width = 0, height = 0;
global_t *global = global_get_ptr();