]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Hide thread ID out of VLC_COMMON_MEMBERS
[vlc] / include / vlc_common.h
index 40bc4cb6689ae3c59811e1049b610d7e205e8156..502bd08b85d986776730b962e5f1dce60aeb9fc4 100644 (file)
@@ -547,10 +547,6 @@ typedef struct vlc_object_internals_t vlc_object_internals_t;
     char *psz_header;                                                       \
     int  i_flags;                                                           \
                                                                             \
-    /* Thread properties, if any */                                         \
-    vlc_bool_t   b_thread;                                                  \
-    vlc_thread_t thread_id;                                                 \
-                                                                            \
     /* Object access lock */                                                \
     vlc_mutex_t  object_lock;                                               \
     vlc_cond_t   object_wait;                                               \