hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=4dce517e174914b2bac845ca57a73ec2bfe3647d

commit 4dce517e174914b2bac845ca57a73ec2bfe3647d
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Sun May 22 20:26:39 2016 +0900

    live_edit: remove unnecessary code
    
    Summary:
    toolbox object is not used anyware, so I remove it
    
    @fix
    
    Reviewers: Hermet, Jaehyun_Cho, NikaWhite
    
    Differential Revision: https://phab.enlightenment.org/D3964
---
 src/bin/live_edit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c
index 0c6a96f..5c07cb9 100644
--- a/src/bin/live_edit.c
+++ b/src/bin/live_edit.c
@@ -51,7 +51,6 @@ typedef enum
 
 typedef struct live_editor_s
 {
-   Evas_Object *toolbox;
    Evas_Object *layout;
    Evas_Object *live_view;
    Evas_Object *ctrl_pt[Ctrl_Pt_Cnt];
@@ -2276,7 +2275,6 @@ void
 live_edit_term(void)
 {
    live_data *ld = g_ld;
-   evas_object_del(ld->toolbox);
    live_edit_cancel();
 
    free_auto_align_data(ld->auto_align_array);

-- 


Reply via email to