Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c 


Log Message:
Remove old code.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -3 -r1.165 -r1.166
--- e_mod_main.c        3 Jan 2007 06:14:03 -0000       1.165
+++ e_mod_main.c        24 Mar 2007 11:28:17 -0000      1.166
@@ -239,7 +239,6 @@
    IBar *b;
    char buf[4096];
    
-   ecore_desktop_instrumentation_reset();
    b = E_NEW(IBar, 1);
    b->o_box = e_box_add(evas);
    e_box_homogenous_set(b->o_box, 1);
@@ -258,7 +257,6 @@
    if (b->apps) e_app_subdir_scan(b->apps, 0);
    e_app_change_callback_add(_ibar_cb_app_change, b);
    _ibar_fill(b);
-   ecore_desktop_instrumentation_print();
    return b;
 }
 



-------------------------------------------------------------------------
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