tbm_bo: remove the priv at tbm_bo structure 12/260312/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 22 Jun 2021 07:03:37 +0000 (16:03 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 23 Jun 2021 07:13:40 +0000 (16:13 +0900)
Change-Id: I190924c2f30fece7e2bab6a559df7aeef58a2257

src/tbm_bufmgr_int.h

index 1a035cf..7e64f30 100644 (file)
@@ -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 */