From b9a85c736b72e21c32597840a0789cddbfdd88df Mon Sep 17 00:00:00 2001 From: Olivier Aubert Date: Thu, 3 Sep 2009 10:36:49 +0200 Subject: [PATCH] python: remove get_vlc_id --- bindings/python/vlc_instance.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bindings/python/vlc_instance.c b/bindings/python/vlc_instance.c index 9bff899b24..52e8c89567 100644 --- a/bindings/python/vlc_instance.c +++ b/bindings/python/vlc_instance.c @@ -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 ) { -- 2.39.5