From: Changyeon Lee Date: Thu, 5 Sep 2024 02:31:41 +0000 (+0900) Subject: tbm_bufmgr: Remove temporary api declaration X-Git-Tag: accepted/tizen/unified/20240911.104725~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa480cd40350289cb341511f71b6e01e1edc9e40;p=platform%2Fcore%2Fuifw%2Flibtbm.git tbm_bufmgr: Remove temporary api declaration Change-Id: I6bc1cc1c36f88da26138bfea2122719417b73933 --- diff --git a/include/tbm_bufmgr.h b/include/tbm_bufmgr.h index 0a1a435..3f4139a 100644 --- a/include/tbm_bufmgr.h +++ b/include/tbm_bufmgr.h @@ -119,17 +119,6 @@ void tbm_bufmgr_deinit(tbm_bufmgr bufmgr); */ unsigned int tbm_bufmgr_get_capability(tbm_bufmgr bufmgr); -/* temporary */ -tbm_bufmgr tbm_bufmgr_server_init(void); -void tbm_surface_internal_dump_start(char *path, int w, int h, int count); -void tbm_surface_internal_dump_with_scale_start(char *path, int w, int h, - int count, double scale); -void tbm_surface_internal_dump_end(void); -void tbm_surface_internal_dump_buffer(tbm_surface_h surface, const char *name); -void tbm_surface_internal_dump_shm_buffer(void *ptr, int w, int h, int stride, const char *name); -int tbm_surface_internal_capture_shm_buffer(void *ptr, int w, int h, int stride, - const char *path, const char *name, const char *type); - #ifdef __cplusplus } #endif