X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_spu.h;h=f4fded00473ac4f187c2e3c5f8871a0be20cd29e;hb=37a27cc6447a51b5780adf0917ab7b22a4456a5b;hp=5e454bc01e478287e4dde2b14ed7219bc8603c5a;hpb=7e7f8be16ba22cf63c5b45887dc690e5c4c0f340;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.