Revert "reset elementary softcursor config on shutdown"

This reverts commit bdd290591c.

Reverting this as we need to find a better way to handle mouse
pointers on EFL Wayland Clients.
This commit is contained in:
Chris Michael 2016-10-25 11:05:22 -04:00
parent d4b9ad591e
commit 2c096f685c
1 changed files with 0 additions and 2 deletions

View File

@ -2902,8 +2902,6 @@ e_comp_wl_shutdown(void)
/* free(global); */
/* } */
elm_config_softcursor_mode_set(ELM_SOFTCURSOR_MODE_AUTO);
if (e_comp_wl->wl.shm) wl_shm_destroy(e_comp_wl->wl.shm);
_e_comp_wl_gl_shutdown();