]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_output.c
Typo (vout).
[vlc] / src / video_output / video_output.c
index 83dad1c3406f137747c9c229e0fec6c661fff8b8..d6370dbbf78b285b1d7de0972a907ffa2fce3bae 100644 (file)
@@ -757,9 +757,6 @@ spu_t *vout_GetSpu( vout_thread_t *p_vout )
  * modified inside this function.
  * XXX You have to enter it with change_lock taken.
  *****************************************************************************/
-static int ChromaCreate( vout_thread_t *p_vout );
-static void ChromaDestroy( vout_thread_t *p_vout );
-
 static int InitThread( vout_thread_t *p_vout )
 {
     int i;