]> git.sesse.net Git - vlc/commitdiff
python: remove get_vlc_id
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 3 Sep 2009 08:36:49 +0000 (10:36 +0200)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Thu, 3 Sep 2009 08:53:09 +0000 (10:53 +0200)
bindings/python/vlc_instance.c

index 9bff899b241768591a07f43baaf51b92ee4cc49e..52e8c89567b7ac9348600da87047c916bf0a6fe6 100644 (file)
@@ -114,12 +114,6 @@ vlcInstance_dealloc( PyObject *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 *
 vlcInstance_new_media_player( PyObject *self, PyObject *args )
 {