Commit b501c2e0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove unused VLC_EBADOBJ

parent d408d54f
......@@ -440,7 +440,6 @@ struct vlc_list_t
#define VLC_ENOMOD -10 /* Module not found */
#define VLC_ENOOBJ -20 /* Object not found */
#define VLC_EBADOBJ -21 /* Bad object type */
#define VLC_ENOVAR -30 /* Variable not found */
#define VLC_EBADVAR -31 /* Bad variable value */
......
......@@ -55,8 +55,6 @@ char const * vlc_error ( int i_err )
case VLC_ENOOBJ:
return "object not found";
case VLC_EBADOBJ:
return "bad object type";
case VLC_ENOVAR:
return "variable not found";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment