(load_charset_map): Remove unnecessary code.
This commit is contained in:
parent
56f00ed262
commit
896b1cc9c5
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
2009-05-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
|
||||
|
||||
* charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
|
||||
(load_charset_map): Remove unnecessary code.
|
||||
|
||||
2009-04-30 David Reitter <david.reitter@gmail.com>
|
||||
|
||||
|
|
|
@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, control_flag)
|
|||
{
|
||||
memset (temp_charset_work->table.decoder, -1,
|
||||
sizeof (int) * 0x10000);
|
||||
temp_charset_work->for_encoder = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue