From: Joonbum Ko Date: Tue, 13 Oct 2020 07:12:09 +0000 (+0900) Subject: Separated unused files to 'unused' X-Git-Tag: submit/tizen/20210316.021228~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8b886ab8f19035250e4ee6d13f91a9334b35d85;p=platform%2Fcore%2Fuifw%2Flibtpl-egl.git Separated unused files to 'unused' Change-Id: I198e142f772360a9137972e38145c201eae9f3b7 Signed-off-by: Joonbum Ko --- diff --git a/src/Makefile.am b/src/Makefile.am index d7823b7..491d40b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,6 @@ if WITH_WAYLAND libtpl_egl_la_SOURCES += tpl_wayland_egl.c \ tpl_wl_egl_thread.c \ tpl_wayland_egl_thread.c \ - tpl_wayland_vk_wsi.c \ tpl_wl_vk_thread.c \ wayland-vulkan/wayland-vulkan-protocol.c endif diff --git a/src/tpl_gbm.c b/src/unused/tpl_gbm.c similarity index 100% rename from src/tpl_gbm.c rename to src/unused/tpl_gbm.c diff --git a/src/tpl_wayland_vk_wsi.c b/src/unused/tpl_wayland_vk_wsi.c similarity index 100% rename from src/tpl_wayland_vk_wsi.c rename to src/unused/tpl_wayland_vk_wsi.c diff --git a/src/tpl_x11_common.c b/src/unused/tpl_x11_common.c similarity index 100% rename from src/tpl_x11_common.c rename to src/unused/tpl_x11_common.c diff --git a/src/tpl_x11_dri2.c b/src/unused/tpl_x11_dri2.c similarity index 100% rename from src/tpl_x11_dri2.c rename to src/unused/tpl_x11_dri2.c diff --git a/src/tpl_x11_dri3.c b/src/unused/tpl_x11_dri3.c similarity index 100% rename from src/tpl_x11_dri3.c rename to src/unused/tpl_x11_dri3.c diff --git a/src/tpl_x11_internal.h b/src/unused/tpl_x11_internal.h similarity index 100% rename from src/tpl_x11_internal.h rename to src/unused/tpl_x11_internal.h