Edje entry: Remove the useless calls to "update_from_curs".
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 May 2011 08:38:42 +0000 (08:38 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 19 May 2011 08:38:42 +0000 (08:38 +0000)
commitc433f1d9fe9429ca933bf99626d8f0844e14518e
tree29c33fe266569e514248d1ed9cc02829551847d7
parentb5df6a50c1459193e2563ca18631520084fae1a4
Edje entry: Remove the useless calls to "update_from_curs".

We don't really need or use the coordinates anywhere, we just saved them
and worked hard on maintaining them, but didn't really use them.
Now we only calculate them in the one specific case where we actually
need them. This speeds things up and also means the layouting may not be
called in some cases when there's no need to layout.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@59520 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_entry.c