X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_subpicture.h;h=dea241d267686158cdc54c48ec0845d0fe85e50c;hb=0ee587bc62600f7951547e2dded821d9db61f52e;hp=dcd15cbc83eab979a20f705c933cc0fec8fefa4a;hpb=5cd2d0765f9d6f9c54b51c97a67305206f82a5f7;p=vlc diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h index dcd15cbc83..dea241d267 100644 --- a/include/vlc_subpicture.h +++ b/include/vlc_subpicture.h @@ -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 * );