remove an XXX comment, the sanity check seems to have worked out fine.

This commit is contained in:
Dana Jansens 2008-02-10 18:41:11 -05:00 committed by Mikael Magnusson
parent 91a1b08909
commit b92cb6a08a

View file

@ -126,9 +126,6 @@ void RrImageDraw(RrPixel32 *target, RrTextureRGBA *rgba,
dw = (gint)(dh * ((gdouble)sw / sh));
}
if (!(dw && dh))
return; /* XXX sanity check */
if (sw != dw || sh != dh) {
/*if (!(rgba->cache && dw == rgba->cwidth && dh == rgba->cheight))*/ {
g_free(rgba->cache);