From: SooChan Lim Date: Tue, 22 Jun 2021 07:03:37 +0000 (+0900) Subject: tbm_bo: remove the priv at tbm_bo structure X-Git-Tag: accepted/tizen/unified/20210625.170433~18 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtbm.git;a=commitdiff_plain;h=00301ae6aa293abf69462c38a220bee0db84e3a6 tbm_bo: remove the priv at tbm_bo structure Change-Id: I190924c2f30fece7e2bab6a559df7aeef58a2257 --- 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 */