summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-03-13 22:36:55 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-03-13 22:36:55 +0000
commit42f22f30aee9d23970ae69413f0bae927189919a (patch)
treefe939a8b68aa0e5599f91282b4dffc644cafc988 /charset.h
parent0fdd000d8baf644f5820a8ee73ce46d2121e677f (diff)
Various nits, noted by Gero Treuner.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/charset.h b/charset.h
index ad9be9fb..4943da14 100644
--- a/charset.h
+++ b/charset.h
@@ -19,10 +19,6 @@
#ifndef _CHARSET_H
#define _CHARSET_H
-#define CHARSET_MAGIC "Mutt Character Set Definition 1.1\n"
-
-#ifndef _GEN_CHARSETS
-
typedef int CHARSET_MAP[256];
typedef struct descr
@@ -95,6 +91,4 @@ int mutt_recode_file (const char *, const char *, const char *);
unsigned char mutt_display_char(unsigned char, CHARSET_MAP *);
void mutt_decode_utf8_string(char *, CHARSET *);
-#endif
-
#endif /* _CHARSET_H */