E: Remove extra call to eina_list_data_get. Not really needed as we

make the call above to get the list data anyway.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77937
This commit is contained in:
Christopher Michael 2012-10-12 13:38:35 +00:00 committed by Christopher Michael
parent 46870c46b5
commit 5b03a2bf37
1 changed files with 2 additions and 2 deletions

View File

@ -1070,8 +1070,8 @@ e_border_hide(E_Border *bd,
else
{
e_desk_last_focused_focus(desk);
if (eina_list_data_get(focus_next))
e_border_pointer_warp_to_center(eina_list_data_get(focus_next));
if (pbd = eina_list_data_get(focus_next))
e_border_pointer_warp_to_center(pbd);
}
}
}