englebass pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d8aead7ab825eaca1bb3dda20946968f4b8680f3

commit d8aead7ab825eaca1bb3dda20946968f4b8680f3
Author: Sebastian Dransfeld <s...@tango.flipp.net>
Date:   Mon Sep 29 09:32:48 2014 +0200

    efreet: remove dead code
---
 src/lib/efreet/efreet_desktop_command.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/src/lib/efreet/efreet_desktop_command.c 
b/src/lib/efreet/efreet_desktop_command.c
index 15a4a5c..c6c8d18 100644
--- a/src/lib/efreet/efreet_desktop_command.c
+++ b/src/lib/efreet/efreet_desktop_command.c
@@ -613,11 +613,6 @@ efreet_desktop_command_file_process(Efreet_Desktop_Command 
*command, const char
     Efreet_Desktop_Command_File *f;
     const char *uri, *base;
     int nonlocal = 0;
-/*
-    DBG("FLAGS: %d, %d, %d, %d\n",
-        command->flags & EFREET_DESKTOP_EXEC_FLAG_FULLPATH ? 1 : 0,
-        command->flags & EFREET_DESKTOP_EXEC_FLAG_URI ? 1 : 0);
-*/
     f = NEW(Efreet_Desktop_Command_File, 1);
     if (!f) return NULL;
 
@@ -691,12 +686,6 @@ efreet_desktop_command_file_process(Efreet_Desktop_Command 
*command, const char
 
         free(absol);
     }
-#if 0
-    INF("  fullpath: %s", f->fullpath);
-    INF("  uri: %s", f->uri);
-    INF("  dir: %s", f->dir);
-    INF("  file: %s", f->file);
-#endif
     return f;
 error:
     IF_FREE(f);

-- 


Reply via email to