From aa480cd40350289cb341511f71b6e01e1edc9e40 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Thu, 5 Sep 2024 11:31:41 +0900 Subject: [PATCH] tbm_bufmgr: Remove temporary api declaration Change-Id: I6bc1cc1c36f88da26138bfea2122719417b73933 --- include/tbm_bufmgr.h | 11 ----------- 1 file changed, 11 deletions(-) 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 -- 2.34.1