aboutsummaryrefslogtreecommitdiff
path: root/src/codeconv.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-13 09:30:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-13 09:30:55 +0000
commit01109639c07dc4babec7912a8febfe1f989b1b0d (patch)
tree869361a2311af4c572670049dfd9e5731127afa8 /src/codeconv.h
parent708292de9a8977d9332fa40de537ffc092da4e3e (diff)
removed support for systems which don't support iconv.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@6 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/codeconv.h')
-rw-r--r--src/codeconv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codeconv.h b/src/codeconv.h
index 21539fd6..6a498af6 100644
--- a/src/codeconv.h
+++ b/src/codeconv.h
@@ -205,11 +205,9 @@ gchar *conv_codeset_strdup (const gchar *inbuf,
CodeConvFunc conv_get_code_conv_func (const gchar *src_charset_str,
const gchar *dest_charset_str);
-#if HAVE_ICONV
gchar *conv_iconv_strdup (const gchar *inbuf,
const gchar *src_code,
const gchar *dest_code);
-#endif
const gchar *conv_get_charset_str (CharSet charset);
CharSet conv_get_charset_from_str (const gchar *charset);