Commit b9a85c73 authored by Olivier Aubert's avatar Olivier Aubert

python: remove get_vlc_id

parent 07416ec1
...@@ -114,12 +114,6 @@ vlcInstance_dealloc( PyObject *self ) ...@@ -114,12 +114,6 @@ vlcInstance_dealloc( PyObject *self )
PyObject_DEL( self ); PyObject_DEL( self );
} }
static PyObject *
vlcInstance_get_vlc_id( PyObject *self, PyObject *args )
{
return Py_BuildValue( "i", libvlc_get_vlc_id( LIBVLC_INSTANCE(self) ) );
}
static PyObject * static PyObject *
vlcInstance_new_media_player( PyObject *self, PyObject *args ) vlcInstance_new_media_player( PyObject *self, PyObject *args )
{ {
......
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