]> git.sesse.net Git - vlc/blobdiff - include/vlc_subpicture.h
Cleanup vlc_timer_* prototypes
[vlc] / include / vlc_subpicture.h
index dcd15cbc83eab979a20f705c933cc0fec8fefa4a..dea241d267686158cdc54c48ec0845d0fe85e50c 100644 (file)
@@ -147,8 +147,6 @@ struct subpicture_t
     int          i_alpha;                                  /**< transparency */
      /**@}*/
 
-    /** Pointer to function that renders this subtitle in a picture */
-    void ( *pf_render )  ( vout_thread_t *, picture_t *, const subpicture_t * );
     /** Pointer to function that cleans up the private data of this subtitle */
     void ( *pf_destroy ) ( subpicture_t * );