[vlc-devel] commit: libvlc does not need an object name ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 6 13:23:48 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep  6 14:24:47 2008 +0300| [15e7d1822c4da76b23df3530924022771a56c39f] | committer: Rémi Denis-Courmont 

libvlc does not need an object name

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

 src/libvlc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index dc5020d..a564430 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -207,7 +207,6 @@ libvlc_int_t * libvlc_InternalCreate( void )
     priv->p_playlist = NULL;
     priv->p_interaction = NULL;
     priv->p_vlm = NULL;
-    p_libvlc->psz_object_name = strdup( "libvlc" );
 
     /* Initialize message queue */
     msg_Create( p_libvlc );




More information about the vlc-devel mailing list