remove fileman dead code

CID 1039878
This commit is contained in:
Mike Blumenkrantz 2014-04-04 14:33:15 -04:00
parent 8d32ad61d6
commit 861db30df2
1 changed files with 1 additions and 5 deletions

View File

@ -2802,11 +2802,7 @@ _e_fwin_cb_open(void *data,
if (fad->app2)
desktop = efreet_util_desktop_file_id_find(fad->app2);
if ((!desktop) && (!fad->exec_cmd))
{
if (desktop) efreet_desktop_free(desktop);
return;
}
if ((!desktop) && (!fad->exec_cmd)) return;
// Create a fake .desktop for custom command.
if (!desktop)