Remove this - unneeded

This commit is contained in:
twinaphex 2016-02-26 21:09:35 +01:00
parent 678ec1b662
commit d40af3143f

View File

@ -824,12 +824,8 @@ bool menu_input_ctl(enum menu_input_ctl_state state, void *data)
static int menu_input_mouse(unsigned *action)
{
video_viewport_t vp;
menu_input_t *menu_input = menu_input_get_ptr();
if (!video_driver_ctl(RARCH_DISPLAY_CTL_VIEWPORT_INFO, &vp))
return -1;
if (menu_input->mouse.hwheeldown)
{
*action = MENU_ACTION_LEFT;