]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Removed spu_MakeRegion as it was broken by design.
[vlc] / include / vlc_vout.h
index 16de5390d30306089b6b6532ab851c05cbe7f08f..657f0aca97ef3c3069cce531952e595015351d0a 100644 (file)
@@ -368,8 +368,6 @@ struct subpicture_t
     /** Pointer to functions for region management */
     subpicture_region_t * ( *pf_create_region ) ( vlc_object_t *,
                                                   video_format_t * );
-    subpicture_region_t * ( *pf_make_region ) ( vlc_object_t *,
-                                                video_format_t *, picture_t * );
     void ( *pf_destroy_region ) ( vlc_object_t *, subpicture_region_t * );
 
     void ( *pf_pre_render ) ( video_format_t *, spu_t *, subpicture_t * );