ee_wayland: Remove extraneous unregister
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 6 Jul 2018 14:15:40 +0000 (10:15 -0400)
committerShinwoo Kim <cinoo.kim@samsung.com>
Tue, 24 Jul 2018 05:37:15 +0000 (14:37 +0900)
Summary:
ecore_event_window_unregister(ee->prop.window) is actually *exactly*
the same as ecore_evas_input_event_unregister(ee)

So this sequence just uselessly tries to remove something from an empty
hash table.

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #committers, zmike

Tags: #efl

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

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index f376c1e..cac8e69 100644 (file)
@@ -1842,7 +1842,6 @@ _ecore_evas_wl_common_free(Ecore_Evas *ee)
    free(wdata);
 
    ecore_event_window_unregister(ee->prop.window);
-   ecore_evas_input_event_unregister(ee);
 
    _ecore_evas_wl_common_shutdown();