]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
* Do not take and release the structure lock for each element of the list while
[vlc] / src / libvlc-common.c
index b69d7fc1ed54be5ff20c3d43829d9e1b80aeddc9..804f3c00076c7ed7beefb0e213be809fb684e281 100644 (file)
@@ -579,7 +579,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc, char *ppsz_argv[] )
         /* Initialise D-Bus interface, check for other instances */
         DBusConnection  *p_conn;
         DBusError       dbus_error;
-        int             i_dbus_service;
 
         dbus_threads_init_default();
         dbus_error_init( &dbus_error );