From 91a06f3b0a670bd235d7d339b6de9d0ebaf780a4 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Thu, 10 Mar 2016 19:20:48 +0900 Subject: [PATCH] Remove delete function definition Change-Id: Id7ce271a7ab8932aa13772dbad20b1acbafce88c Signed-off-by: Changyeon Lee --- src/tbm_bufmgr_int.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tbm_bufmgr_int.h b/src/tbm_bufmgr_int.h index 2305e42..c3c3061 100644 --- a/src/tbm_bufmgr_int.h +++ b/src/tbm_bufmgr_int.h @@ -219,9 +219,6 @@ typedef struct { struct list_head item_link; } tbm_user_data; -int tbm_bufmgr_get_drm_fd_x11(void); -int tbm_bufmgr_get_drm_fd_wayland(void); - int _tbm_bo_set_surface(tbm_bo bo, tbm_surface_h surface); /* functions for mutex */ -- 2.7.4