Delete repeated wrong code. 03/66503/1 accepted/tizen/common/20160421.161322 accepted/tizen/ivi/20160420.043048 accepted/tizen/mobile/20160420.043001 accepted/tizen/tv/20160420.043013 accepted/tizen/wearable/20160420.043029 submit/tizen/20160419.083457
authorjoonbum.ko <joonbum.ko@samsung.com>
Tue, 19 Apr 2016 08:09:48 +0000 (17:09 +0900)
committerjoonbum.ko <joonbum.ko@samsung.com>
Tue, 19 Apr 2016 08:09:48 +0000 (17:09 +0900)
Change-Id: I3cf3cfd3b84b65fe8fb62d95c000102c8341745a

src/tpl_wayland_egl.c

index 9cbe8cb..ff07210 100644 (file)
@@ -470,10 +470,6 @@ __tpl_wayland_egl_surface_commit(tpl_surface_t *surface,
                __tpl_wayland_egl_get_wayland_buffer_from_tbm_surface(tbm_surface);
        TPL_ASSERT(wayland_egl_buffer);
 
-       wayland_egl_buffer =
-               __tpl_wayland_egl_get_wayland_buffer_from_tbm_surface(tbm_surface);
-       TPL_ASSERT(wayland_egl_buffer);
-
        tbm_bo_handle bo_handle =
                tbm_bo_get_handle(wayland_egl_buffer->bo , TBM_DEVICE_CPU);