]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide internal variables state
[vlc] / include / vlc_common.h
index 950d05c3ef96dad3ec4312716bb85451e37d350f..40bc4cb6689ae3c59811e1049b610d7e205e8156 100644 (file)
@@ -562,11 +562,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     volatile vlc_bool_t b_attached;               /**< set by the object */ \
     vlc_bool_t b_force;      /**< set by the outside (eg. module_Need()) */ \
                                                                             \
-    /* Object variables */                                                  \
-    vlc_mutex_t     var_lock;                                               \
-    int             i_vars;                                                 \
-    variable_t *    p_vars;                                                 \
-                                                                            \
     /* Stuff related to the libvlc structure */                             \
     libvlc_int_t *p_libvlc;                  /**< (root of all evil) - 1 */ \
                                                                             \