summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-04 11:56:24 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-04 11:56:24 +0000
commit0d2b8501a93f78107fadf8b084486a2ad5c532cc (patch)
tree97877e0a5d4a6ad4a347e045601839e3aa95a7cf /src
parent3479055b4a609032a1775871cc685fd7dd33ab32 (diff)
downloadlibdom-0d2b8501a93f78107fadf8b084486a2ad5c532cc.tar.gz
libdom-0d2b8501a93f78107fadf8b084486a2ad5c532cc.tar.bz2
Omitted to remove this yesterday.
svn path=/trunk/dom/; revision=6694
Diffstat (limited to 'src')
-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
-