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

Remove unused libvlc_lock_state

parent b23065e7
...@@ -53,12 +53,6 @@ typedef void (*libvlc_vlm_release_func_t)( libvlc_instance_t * ) ; ...@@ -53,12 +53,6 @@ typedef void (*libvlc_vlm_release_func_t)( libvlc_instance_t * ) ;
* Opaque structures for libvlc API * Opaque structures for libvlc API
***************************************************************************/ ***************************************************************************/
typedef enum libvlc_lock_state_t
{
libvlc_Locked,
libvlc_UnLocked
} libvlc_lock_state_t;
typedef struct libvlc_vlm_t typedef struct libvlc_vlm_t
{ {
vlm_t *p_vlm; vlm_t *p_vlm;
......
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