]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
Removed unused picture_heap_t field in picture_t.
[vlc] / include / vlc_picture.h
index 696bc7cba2e35717d0c3d677021ea2459856c9ea..26f61541cf720a39a51907a771a127d3bcd3e397 100644 (file)
@@ -103,9 +103,6 @@ struct picture_t
     int             i_qtype;                       /**< quantification style */
     /**@}*/
 
-    /** The picture heap we are attached to */
-    picture_heap_t* p_heap;
-
     /* Some vouts require the picture to be locked before it can be modified */
     int (* pf_lock) ( vout_thread_t *, picture_t * );
     int (* pf_unlock) ( vout_thread_t *, picture_t * );