[vlc-devel] commit: python: remove get_vlc_id (Olivier Aubert )

git version control git at videolan.org
Thu Sep 3 10:54:03 CEST 2009


vlc | branch: master | Olivier Aubert <olivier.aubert at liris.cnrs.fr> | Thu Sep  3 10:36:49 2009 +0200| [b9a85c736b72e21c32597840a0789cddbfdd88df] | committer: Olivier Aubert 

python: remove get_vlc_id

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9a85c736b72e21c32597840a0789cddbfdd88df
---

 bindings/python/vlc_instance.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/bindings/python/vlc_instance.c b/bindings/python/vlc_instance.c
index 9bff899..52e8c89 100644
--- a/bindings/python/vlc_instance.c
+++ b/bindings/python/vlc_instance.c
@@ -115,12 +115,6 @@ vlcInstance_dealloc( PyObject *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 )
 {
     libvlc_exception_t ex;




More information about the vlc-devel mailing list