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
This commit is contained in:
Derek Foreman 2018-07-06 10:15:40 -04:00 committed by Chris Michael
parent e91187d0a3
commit acb125419f
1 changed files with 0 additions and 1 deletions

View File

@ -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();