X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_spu.h;h=f4fded00473ac4f187c2e3c5f8871a0be20cd29e;hb=12ade3e3bc975d5426ba4af155b7372c31093b31;hp=5e454bc01e478287e4dde2b14ed7219bc8603c5a;hpb=5a6ee7961b6485a3b6b7d4713ab4e050f572d0be;p=vlc diff --git a/include/vlc_spu.h b/include/vlc_spu.h index 5e454bc01e..f4fded0047 100644 --- a/include/vlc_spu.h +++ b/include/vlc_spu.h @@ -61,7 +61,6 @@ struct spu_t VLC_EXPORT( spu_t *, spu_Create, ( vlc_object_t * ) ); #define spu_Create(a) spu_Create(VLC_OBJECT(a)) VLC_EXPORT( void, spu_Destroy, ( spu_t * ) ); -void spu_Attach( spu_t *, vlc_object_t *, bool ); /** * This function sends a subpicture to the spu_t core.