removed redundant code.

This commit is contained in:
Hermet Park 2016-08-16 10:39:06 +09:00
parent b28c487980
commit 7b23d7964a
1 changed files with 0 additions and 5 deletions

View File

@ -790,11 +790,6 @@ keygrabber_key_down_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED,
main_edc_update(EINA_FALSE);
return;
}
//Quick Jump
if (!strcmp(ev->key, "F3"))
{
return;
}
//Revert Quick Jump
if (!strcmp(ev->key, "F4"))
{