summaryrefslogtreecommitdiff
path: root/utils/errors.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:11:40 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:11:40 +0100
commit3a0e87e89f57a6082074438e038098bfbe688f2a (patch)
tree0ea3b9087aea29ad1e1cae0958474dd023eecd16 /utils/errors.h
parent9fd0e065010015a52e200ce3b28566782b12f4a5 (diff)
downloadnetsurf-3a0e87e89f57a6082074438e038098bfbe688f2a.tar.gz
netsurf-3a0e87e89f57a6082074438e038098bfbe688f2a.tar.bz2
Errorcodes: Remove redundant MNG error.
Diffstat (limited to 'utils/errors.h')
-rw-r--r--utils/errors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/errors.h b/utils/errors.h
index 55f921e48..ad8ae429a 100644
--- a/utils/errors.h
+++ b/utils/errors.h
@@ -36,7 +36,6 @@ typedef enum {
NSERROR_SAVE_FAILED, /**< Failed to save data */
NSERROR_CLONE_FAILED, /**< Failed to clone handle */
NSERROR_INIT_FAILED, /**< Initialisation failed */
- NSERROR_MNG_ERROR, /**< An MNG error occurred */
NSERROR_BMP_ERROR, /**< A BMP error occurred */
NSERROR_GIF_ERROR, /**< A GIF error occurred */
NSERROR_ICO_ERROR, /**< A ICO error occurred */