From 00301ae6aa293abf69462c38a220bee0db84e3a6 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Tue, 22 Jun 2021 16:03:37 +0900 Subject: [PATCH] tbm_bo: remove the priv at tbm_bo structure Change-Id: I190924c2f30fece7e2bab6a559df7aeef58a2257 --- src/tbm_bufmgr_int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tbm_bufmgr_int.h b/src/tbm_bufmgr_int.h index 1a035cf..7e64f30 100644 --- a/src/tbm_bufmgr_int.h +++ b/src/tbm_bufmgr_int.h @@ -182,7 +182,6 @@ struct _tbm_bo { int ref_cnt; /* ref count of bo */ int flags; /* TBM_BO_FLAGS :bo memory type */ struct list_head user_data_list; /* list of the user_date in bo */ - void *priv; /* bo private (will be DEPRECATED) */ struct list_head item_link; /* link of bo */ tbm_surface_h surface; /* tbm_surface */ int lock_cnt; /* lock count of bo */ -- 2.34.1