devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=acb125419f922d2a0826960633536969eced5ce7

commit acb125419f922d2a0826960633536969eced5ce7
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Fri Jul 6 10:15:40 2018 -0400

    ee_wayland: Remove extraneous unregister
    
    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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
index d797610008..974f49caa3 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c
@@ -1410,7 +1410,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();
 

-- 


Reply via email to