rimmed pushed a commit to branch master.

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

commit 3db5db67bce915146a7649355d03142b05c1a92e
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 24 16:22:43 2015 +0200

    project_close: delete unnecessary workspace recalc
    
    Change-Id: I610eb04e85182ba412a1319cfc1c5c0b0469f854
---
 src/bin/ui/project_close.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/ui/project_close.c b/src/bin/ui/project_close.c
index 7c4e1df..72e1718 100644
--- a/src/bin/ui/project_close.c
+++ b/src/bin/ui/project_close.c
@@ -114,10 +114,6 @@ _teardown_save_splash(void *data __UNUSED__, Splash_Status 
status)
      STATUSBAR_PROJECT_SAVE_TIME_UPDATE();
 
    ap.project->changed = false;
-
-   TODO("Check if this recalc is necessary");
-   if (ap.project->current_style)
-     workspace_edit_object_recalc(ap.workspace);
    pm_project_thread_free();
 
    eflete_main_loop_quit();

-- 


Reply via email to