]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_subpictures.c
emoved unused pf_render function in subpicture_t.
[vlc] / src / video_output / vout_subpictures.c
index 353ec359ba6c094cbbe830683e8468b251159d85..a7976fe119ff8667a60ad5aef97fe988e967f497 100644 (file)
@@ -713,7 +713,6 @@ subpicture_t *subpicture_New( void )
     p_subpic->b_subtitle = false;
     p_subpic->i_alpha    = 0xFF;
     p_subpic->p_region   = NULL;
-    p_subpic->pf_render  = NULL;
     p_subpic->pf_destroy = NULL;
     p_subpic->p_sys      = NULL;