elm_plug: remove unused variable 44/140344/1
authorThiep Ha <thiep.ha@samsung.com>
Mon, 24 Jul 2017 22:35:49 +0000 (07:35 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Mon, 24 Jul 2017 22:35:49 +0000 (07:35 +0900)
Change-Id: Ifeabbe326dfdd82d1c3a3a12a945666a8e525c07

src/lib/elm_plug.c

index caff8fb..3962ca9 100644 (file)
@@ -96,7 +96,7 @@ _elm_plug_elm_widget_theme_apply(Eo *obj, void *sd EINA_UNUSED)
 static void
 _elm_plug_ecore_evas_msg_handle(Ecore_Evas *ee, int msg_domain, int msg_id, void *data, int size)
 {
-   Evas_Object *plug, *parent;
+   Evas_Object *plug;
    Elm_Plug_Message pm;
 
    if (!data) return;