remove DYNAMIC_ICONV

This commit is contained in:
erw7
2019-08-06 12:44:22 +09:00
parent 067a39ba85
commit d6f15ccc3c
10 changed files with 84 additions and 284 deletions

View File

@@ -664,9 +664,6 @@ void getout(int exitval)
ui_call_set_title(cstr_as_string((char *)p_titleold));
}
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
iconv_end();
#endif
cs_end();
if (garbage_collect_at_exit) {
garbage_collect(false);