Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
18d81d12
Commit
18d81d12
authored
Dec 02, 2012
by
Rémi Denis-Courmont
Browse files
Remove unused VLC_EEXIT* error codes
parent
91bef24e
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/vlc_common.h
View file @
18d81d12
...
...
@@ -406,8 +406,6 @@ struct vlc_list_t
#define VLC_ENOITEM -40
/**< Item not found */
#define VLC_EEXIT -255
/* Program exited */
#define VLC_EEXITSUCCESS -999
/* Program exited successfully */
#define VLC_EGENERIC -666
/* Generic error */
/*****************************************************************************
...
...
src/misc/error.c
View file @
18d81d12
...
...
@@ -59,8 +59,6 @@ char const * vlc_error ( int i_err )
case
VLC_EBADVAR
:
return
"bad variable value"
;
case
VLC_EEXIT
:
return
"program exited"
;
case
VLC_EGENERIC
:
return
"generic error"
;
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment