1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00

Unexport picture_pool_NonEmpty()

This commit is contained in:
Rémi Denis-Courmont 2014-10-29 21:25:44 +02:00
parent 77d6f3993f
commit 364e73c39f
2 changed files with 1 additions and 2 deletions

View File

@ -111,7 +111,7 @@ void picture_pool_Reset( picture_pool_t * );
* XXX it should be used with great care, the only reason you may need
* it is to workaround a bug.
*/
VLC_API void picture_pool_NonEmpty( picture_pool_t * );
void picture_pool_NonEmpty( picture_pool_t * );
/**
* It reserves picture_count pictures from the given pool and returns

View File

@ -310,7 +310,6 @@ picture_pool_GetSize
picture_pool_New
picture_pool_NewExtended
picture_pool_NewFromFormat
picture_pool_NonEmpty
picture_pool_Reserve
picture_Reset
picture_Setup