summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/charset_errors.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/utils/charset_errors.h b/src/utils/charset_errors.h
deleted file mode 100644
index 7571c06..0000000
--- a/src/utils/charset_errors.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This file is part of libdom.
- * Licensed under the MIT License,
- * http://www.opensource.org/licenses/mit-license.php
- * Copyright 2007 John-Mark Bell <jmb@netsurf-browser.org>
- */
-
-#ifndef dom_utils_charset_errors_h_
-#define dom_utils_charset_errors_h_
-
-typedef enum {
- CHARSET_OK, /**< No error */
- CHARSET_BADPARM, /**< Bad parameters to argument */
- CHARSET_NEEDDATA, /**< Insufficient data for operation */
- CHARSET_INVALID /**< Invalid input data */
-} charset_error;
-
-#endif
-