]> git.sesse.net Git - vlc/blobdiff - include/vlc_common.h
Replace VLC_ETHREAD with VLCENOMEM.
[vlc] / include / vlc_common.h
index 88b938bc421b379ec818dcf6118c25cb054360b9..a70f7efe0f5621589b7d61e5b1a95b59f9ee009a 100644 (file)
@@ -434,7 +434,6 @@ struct vlc_list_t
  *****************************************************************************/
 #define VLC_SUCCESS         -0                                   /* No error */
 #define VLC_ENOMEM          -1                          /* Not enough memory */
-#define VLC_ETHREAD         -2                               /* Thread error */
 #define VLC_ETIMEOUT        -3                                    /* Timeout */
 
 #define VLC_ENOMOD         -10                           /* Module not found */