From: handa Date: Wed, 10 Jan 2007 05:15:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FLT-base~147 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1577320ace376c3ced25b40994d742d11c5521b1;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index cddc707..9d79930 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-01-10 Kenichi Handa + + * m17n-gd.c (gd_render): Delete superfluous line. + 2006-12-26 Kenichi Handa * m17n.h (minput_callback): Extern it. diff --git a/src/m17n-gd.c b/src/m17n-gd.c index c79a1bf..600b049 100644 --- a/src/m17n-gd.c +++ b/src/m17n-gd.c @@ -299,8 +299,6 @@ gd_render (MDrawWindow win, int x, int y, int color, pixel; int r, g, b; - pixel = RESOLVE_COLOR (img, color); - if (from == to) return;