shouldn't need to flush shadow win tree again after desk show since it was already flushed in both show and hide

This commit is contained in:
discomfitor 2013-05-13 22:13:25 +01:00
parent d0b7970f5f
commit 02d59dbdb2
1 changed files with 0 additions and 1 deletions

View File

@ -742,7 +742,6 @@ _e_desk_show_end_serious(E_Desk *desk)
e_desk_last_focused_focus(desk);
}
ecore_x_window_shadow_tree_flush();
ev = E_NEW(E_Event_Desk_After_Show, 1);
ev->desk = desk;
e_object_ref(E_OBJECT(ev->desk));