]> git.sesse.net Git - vlc/blobdiff - include/vlc_block.h
Remove block_t->p_sys, which is not really needed either.
[vlc] / include / vlc_block.h
index 1e155ca9524a31ac1dc856c50da9458587a6998e..861f76b2b4b4cdeae521a736c70edf8ffc02112c 100644 (file)
@@ -99,11 +99,6 @@ struct block_t
      * Don't mess with it now, if you need it the ask on ML
      */
     void        (*pf_release)   ( block_t * );
-
-    /* Following fields are private, user should never touch it */
-    /* XXX never touch that OK !!! the first that access that will
-     * have Subversion account removed ;) XXX */
-    block_sys_t *p_sys;
 };
 
 /****************************************************************************