atspi: remove unused variable assignment
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 23 Apr 2014 09:00:45 +0000 (18:00 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 23 Apr 2014 09:00:45 +0000 (18:00 +0900)
Summary: CID 1204328

Test Plan: build & install

Reviewers: seoz, raster

Differential Revision: https://phab.enlightenment.org/D781

src/lib/elm_atspi_bridge.c

index fe99411..3db9185 100644 (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);
      }
 }