ecore-wl2: Remove setting custom wl_log handler

Seems EINA_LOG_DOM has a problem printing out wayland protocol logs,
so allow wayland to handle that itself.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-11-18 09:20:02 -05:00
parent 3201d67183
commit e9fab75178
1 changed files with 0 additions and 8 deletions

View File

@ -26,12 +26,6 @@ EAPI int ECORE_WL2_EVENT_DATA_SOURCE_SEND = 0;
EAPI int ECORE_WL2_EVENT_SELECTION_DATA_READY = 0;
EAPI int ECORE_WL2_EVENT_WINDOW_CONFIGURE = 0;
static void
_cb_wl_log_print(const char *format, va_list args)
{
EINA_LOG_DOM_INFO(_ecore_wl2_log_dom, format, args);
}
/* public API functions */
EAPI int
ecore_wl2_init(void)
@ -83,8 +77,6 @@ ecore_wl2_init(void)
ECORE_WL2_EVENT_WINDOW_CONFIGURE = ecore_event_type_new();
}
wl_log_set_handler_server(_cb_wl_log_print);
return _ecore_wl2_init_count;
ecore_event_err: