Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_apps.h 


Log Message:
Remove old code.
Can't unmonitor all since we don't do a proper cleanup.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -3 -r1.253 -r1.254
--- e_apps.c    24 Mar 2007 17:42:12 -0000      1.253
+++ e_apps.c    24 Mar 2007 17:50:24 -0000      1.254
@@ -354,6 +354,7 @@
 EAPI void
 e_app_unmonitor_all(void)
 {
+#if 0
    Evas_List *l;
    
    for (l = _e_apps_all->subapps; l; l = l->next)
@@ -367,16 +368,7 @@
             a->monitor = NULL;
          }
      }
-}
-
-/* FIXME: Not actualy used anywhere, should we nuke it or should we use it 
everywhere that an E_App is allocated? */
-EAPI E_App *
-e_app_raw_new(void)
-{
-   E_App *a;
-   
-   a = E_OBJECT_ALLOC(E_App, E_APP_TYPE, _e_app_free);
-   return a;
+#endif
 }
 
 EAPI E_App *
@@ -3049,7 +3041,6 @@
    e_util_env_set("DESKTOP_STARTUP_ID", buf);
 
    e_util_library_path_strip();
-   printf("exec: %s\n", exec);
    exe = ecore_exe_pipe_run(exec,
                            ECORE_EXE_PIPE_AUTO | ECORE_EXE_PIPE_READ | 
ECORE_EXE_PIPE_ERROR |
                            ECORE_EXE_PIPE_READ_LINE_BUFFERED | 
ECORE_EXE_PIPE_ERROR_LINE_BUFFERED,
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_apps.h    24 Mar 2007 17:42:12 -0000      1.52
+++ e_apps.h    24 Mar 2007 17:50:24 -0000      1.53
@@ -148,7 +148,6 @@
     
 EAPI void         e_app_fields_fill                       (E_App *a, const 
char *path);
 EAPI void         e_app_fields_save                       (E_App *a);
-EAPI E_App       *e_app_raw_new                           (void);
 EAPI Ecore_List  *e_app_dir_file_list_get                 (E_App *a);
 EAPI void         e_app_fields_empty                      (E_App *a);
 EAPI int          e_app_valid_exe_get                     (E_App *a);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to