]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_control.h
Removed now useless vout_CountPictureAvailable.
[vlc] / src / video_output / vout_control.h
index ff2c622eeafb05313439bc3bf918488968facaf0..db179a8c785b51b3f61df1526806dad4579985d2 100644 (file)
@@ -30,9 +30,6 @@
 #ifndef _VOUT_CONTROL_H
 #define _VOUT_CONTROL_H 1
 
-/* DO NOT use vout_CountPictureAvailable unless your are in src/input/decoder.c (no exception) */
-int vout_CountPictureAvailable( vout_thread_t * );
-
 /**
  * This function will (un)pause the display of pictures.
  * It is thread safe