]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_subpictures.c
Removed now unused pf_pre_render in subpicture_t.
[vlc] / src / video_output / vout_subpictures.c
index 4f8512dbec506142571e6daa24b7a7cbe3c1ce9e..353ec359ba6c094cbbe830683e8468b251159d85 100644 (file)
@@ -379,10 +379,6 @@ void spu_RenderSubpictures( spu_t *p_spu,
             p_subpic != NULL;
                 p_subpic = p_subpic->p_next )
     {
-        /* TODO remove pre-render */
-        if( p_subpic->pf_pre_render )
-            p_subpic->pf_pre_render( p_spu, p_subpic, p_fmt_dst );
-
         if( p_subpic->pf_update_regions )
         {
             video_format_t fmt_org = *p_fmt_dst;