atspi: remove unused variable assignment

Summary: CID 1204328

Test Plan: build & install

Reviewers: seoz, raster

Differential Revision: https://phab.enlightenment.org/D781
This commit is contained in:
Lukasz Stanislawski 2014-04-23 18:00:45 +09:00 committed by Daniel Juyung Seo
parent d2484d08d5
commit 38f7840ca8
1 changed files with 1 additions and 3 deletions

View File

@ -1803,9 +1803,7 @@ static void _object_register(Eo *obj, char *path)
eo_do(obj, eo_event_callback_array_add(_window_cb(), infc));
}
if (eo_isa(obj, ELM_INTERFACE_ATSPI_ACTION_CLASS))
{
infc = eldbus_service_interface_register(_a11y_bus, path, &action_iface_desc);
}
eldbus_service_interface_register(_a11y_bus, path, &action_iface_desc);
}
}