summaryrefslogtreecommitdiffstats
path: root/options/m_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_option.h')
-rw-r--r--options/m_option.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/options/m_option.h b/options/m_option.h
index 8489077627..dea3956f7f 100644
--- a/options/m_option.h
+++ b/options/m_option.h
@@ -458,11 +458,8 @@ struct m_option {
// The option doesn't take a parameter.
#define M_OPT_DISALLOW_PARAM -5
-// Returned if the parser failed for any other reason than a bad parameter.
-#define M_OPT_PARSER_ERR -6
-
// Returned when MPlayer should exit. Used by various help stuff.
-#define M_OPT_EXIT -7
+#define M_OPT_EXIT -6
char *m_option_strerror(int code);