diff options
Diffstat (limited to 'source3/include/kanji.h')
-rw-r--r-- | source3/include/kanji.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/kanji.h b/source3/include/kanji.h index cf30365920..528680d88a 100644 --- a/source3/include/kanji.h +++ b/source3/include/kanji.h @@ -125,8 +125,6 @@ extern char *(*_unix_to_dos)(char *str, BOOL overwrite); #define CAP_CODE (6) #define DOSV_CODE SJIS_CODE -int interpret_coding_system (char *str, int def); - #define unix_to_dos(x,y) unix2dos_format(x,y) #define dos_to_unix(x,y) dos2unix_format(x,y) |