From 1577320ace376c3ced25b40994d742d11c5521b1 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 10 Jan 2007 05:15:01 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 4 ++++ src/m17n-gd.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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; -- 1.7.10.4