]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads_funcs.h
Hide global object within the thread and object subsystem
[vlc] / include / vlc_threads_funcs.h
index a3152589982094f5be71ca6d6b9e411ea3784478..9ad4395b962e9bc5ddd77817c31618eaf5f81b16 100644 (file)
@@ -50,18 +50,6 @@ VLC_EXPORT( int,  __vlc_thread_set_priority, ( vlc_object_t *, const char *, int
 VLC_EXPORT( void, __vlc_thread_ready,  ( vlc_object_t * ) );
 VLC_EXPORT( void, __vlc_thread_join,   ( vlc_object_t *, const char *, int ) );
 
-/*****************************************************************************
- * vlc_threads_init: initialize threads system
- *****************************************************************************/
-#define vlc_threads_init( P_THIS )                                          \
-    __vlc_threads_init( VLC_OBJECT(P_THIS) )
-
-/*****************************************************************************
- * vlc_threads_end: deinitialize threads system
- *****************************************************************************/
-#define vlc_threads_end( P_THIS )                                           \
-    __vlc_threads_end( VLC_OBJECT(P_THIS) )
-
 /*****************************************************************************
  * vlc_mutex_init: initialize a mutex
  *****************************************************************************/