From 364e73c39fcaa0fa0a4db224c01adc92a5be1ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 29 Oct 2014 21:25:44 +0200 Subject: [PATCH] Unexport picture_pool_NonEmpty() --- include/vlc_picture_pool.h | 2 +- src/libvlccore.sym | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/vlc_picture_pool.h b/include/vlc_picture_pool.h index ec7bb39e3a..8073d543a0 100644 --- a/include/vlc_picture_pool.h +++ b/include/vlc_picture_pool.h @@ -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 diff --git a/src/libvlccore.sym b/src/libvlccore.sym index 83e2c0541e..4dd9c3a92c 100644 --- a/src/libvlccore.sym +++ b/src/libvlccore.sym @@ -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