]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Put msg_context_global_key to the internal header.
[vlc] / include / vlc_common.h
index a0f7a3d066376ab4352ba7dc0993aa50d49b2b5a..606ba438c1731f16a198913c8f0fcce56b71e4dc 100644 (file)
@@ -1004,14 +1004,6 @@ VLC_EXPORT( const char *, VLC_Changeset, ( void ) );
 #include "main.h"
 #include "vlc_configuration.h"
 
-/** The global thread var for msg stack context
- *  We store this as a static global variable so we don't need a vlc_object_t
- *  everywhere.
- *  This key is created in vlc_threads_init and is therefore ready to use at
- *  the very beginning of the universe */
-extern vlc_threadvar_t msg_context_global_key;
-
-
 #if defined( WIN32 ) || defined( UNDER_CE )
 #   define DIR_SEP_CHAR '\\'
 #   define DIR_SEP "\\"