[vlc-devel] commit: Remove unused libvlc_lock_state ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Aug 17 21:27:48 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 17 22:27:40 2009 +0300| [faf3eabb7bc93b8d5822c0b1589222f525a5295e] | committer: Rémi Denis-Courmont
Remove unused libvlc_lock_state
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=faf3eabb7bc93b8d5822c0b1589222f525a5295e
---
src/control/libvlc_internal.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/control/libvlc_internal.h b/src/control/libvlc_internal.h
index 1dc382d..481657c 100644
--- a/src/control/libvlc_internal.h
+++ b/src/control/libvlc_internal.h
@@ -53,12 +53,6 @@ typedef void (*libvlc_vlm_release_func_t)( libvlc_instance_t * ) ;
* Opaque structures for libvlc API
***************************************************************************/
-typedef enum libvlc_lock_state_t
-{
- libvlc_Locked,
- libvlc_UnLocked
-} libvlc_lock_state_t;
-
typedef struct libvlc_vlm_t
{
vlm_t *p_vlm;
More information about the vlc-devel
mailing list