rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=f522a28fc21a6641732f10662494b07eafa71e58

commit f522a28fc21a6641732f10662494b07eafa71e58
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Fri Mar 25 11:50:50 2016 +0200

    main_window: clean up, delete old commented code
    
    Change-Id: I9c0ecd5ab955c09f01685c45796d7e4e7953a574
---
 src/bin/ui/main_window.c | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/src/bin/ui/main_window.c b/src/bin/ui/main_window.c
index 28945e5..de08bd2 100644
--- a/src/bin/ui/main_window.c
+++ b/src/bin/ui/main_window.c
@@ -53,20 +53,10 @@ ui_main_window_del(void)
      if (!project_close())
        return false;
 
-   /*
-   if (!history_term(ap.history))
-     {
-        ERR("Failed terminate history module");
-        abort();
-     }
-   */
 #ifdef HAVE_ENVENTOR
    code_edit_mode_switch(false);
 #endif
 
-   /* FIXME: remove it from here */
-   //live_view_free(ap.live_view);
-
    free(ap.menu);
    ap.menu = NULL;
    cursor_main_free();
@@ -208,15 +198,10 @@ ui_main_window_add(void)
 
    ap.menu = ui_menu_add();
 
-   //ui_panes_add();
-   //ap.workspace = workspace_add(ap.block.canvas);
-   //evas_object_show(ap.workspace);
-   //ap.live_view = live_view_add(ap.block.bottom_right, false);
-   //ap.colorsel = colorselector_add(ap.win);
    #ifdef HAVE_ENVENTOR
      ap.enventor= enventor_object_init(ap.win);
    #endif /* HAVE_ENVENTOR */
-   //register_callbacks();
+
    if (!shortcuts_init())
      {
         CRIT("Can't initialize the shortcut module");

-- 


Reply via email to