From: joonbum.ko Date: Mon, 22 May 2017 05:31:03 +0000 (+0900) Subject: tpl_wayland_egl_thread: Deleted an unused handle type. X-Git-Tag: accepted/tizen/unified/20170711.180707~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21e3ad18aeab01893682bb1e1c2336a7a8d7267e;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git tpl_wayland_egl_thread: Deleted an unused handle type. Change-Id: Iabac36d4e22d371263052871b6633185f2d97a26 Signed-off-by: joonbum.ko --- diff --git a/src/tpl_wayland_egl_thread.h b/src/tpl_wayland_egl_thread.h index 555b754..619f583 100644 --- a/src/tpl_wayland_egl_thread.h +++ b/src/tpl_wayland_egl_thread.h @@ -9,7 +9,6 @@ typedef struct _twe_thread_context twe_thread_context; typedef void* twe_display_h; typedef void* twe_surface_h; -typedef void* twe_buffer_h; twe_thread* twe_thread_create(void);