]> git.sesse.net Git - vlc/blobdiff - src/libvlc.h
Qt: don't save A to B state when the input item changes. Also go to A if before curre...
[vlc] / src / libvlc.h
index 334b74442ebf01283388fea49e04b16251450c60..dfcaecf33139b269db074871ffeef99b19d613f5 100644 (file)
@@ -154,9 +154,6 @@ typedef struct libvlc_global_data_t
 {
     VLC_COMMON_MEMBERS
 
-    /* Object structure data */
-    int                    i_counter;   ///< object counter
-
     module_bank_t *        p_module_bank; ///< The module bank
 
     char *                 psz_vlcpath;