termio: remove shadow variables

This commit is contained in:
Boris Faure 2013-08-26 16:29:43 +02:00
parent 90311900bb
commit 58ec67bfa2
1 changed files with 0 additions and 1 deletions

View File

@ -468,7 +468,6 @@ _update_link(Evas_Object *obj, Termio *sd,
{
if ((sd->link.string[0] == '/') || (link_is_url(sd->link.string)))
{
Evas_Coord ox, oy;
Ecore_X_Window xwin;
evas_object_geometry_get(obj, &ox, &oy, NULL, NULL);