Commit 364e73c3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unexport picture_pool_NonEmpty()

parent 77d6f399
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment