]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
Use vlc_atomic_t for input item ID
[vlc] / src / libvlc.c
index 37470328bbc5152ce923a37568ab48802c50a641..8a4fb234aaa4a844c5693639e90360e56f21d560 100644 (file)
@@ -770,8 +770,6 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
     priv->i_timers = 0;
     priv->pp_timers = NULL;
 
-    priv->i_last_input_id = 0; /* Not very safe, should be removed */
-
     /*
      * Initialize hotkey handling
      */