]> git.sesse.net Git - vlc/blobdiff - include/vlc_spu.h
Moved spu_Attach definition to the core.
[vlc] / include / vlc_spu.h
index 5e454bc01e478287e4dde2b14ed7219bc8603c5a..f4fded00473ac4f187c2e3c5f8871a0be20cd29e 100644 (file)
@@ -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.