]> git.sesse.net Git - vlc/blobdiff - src/libvlc-common.c
Hide b_attached.
[vlc] / src / libvlc-common.c
index 601fe5ad5dc5c23339f025b3a8e428df4d2d27db..8535c3e45ed3c0e91daf66576640edce382a5642 100644 (file)
@@ -218,8 +218,6 @@ libvlc_int_t * libvlc_InternalCreate( void )
     vlc_mutex_init( p_libvlc, &p_libvlc->quicktime_lock );
     vlc_thread_set_priority( p_libvlc, VLC_THREAD_PRIORITY_LOW );
 #endif
-    /* Fake attachment */
-    p_libvlc->b_attached = VLC_TRUE;
     /* Store data for the non-reentrant API */
     p_static_vlc = p_libvlc;