From: Dana Jansens Date: Tue, 20 May 2003 16:49:46 +0000 (+0000) Subject: remove debug prints X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0de48102a43cb3b27148781aabdfd409d0a33270;p=chaz%2Fopenbox remove debug prints --- diff --git a/render/gradient.c b/render/gradient.c index 9cd64fa3..2cff3870 100644 --- a/render/gradient.c +++ b/render/gradient.c @@ -441,8 +441,6 @@ void gradient_rectangle(Surface *sf, int inw, int inh) int x, y, h=(inh/2) + 1, w=(inw/2) + 1; int val; - g_message("rectangle"); - for (y = 0; y < h; ++y) { drx = (float)(sf->data.planar.primary->r - sf->data.planar.secondary->r); @@ -488,8 +486,6 @@ void gradient_pipecross(Surface *sf, int inw, int inh) int x, y, h=(inh/2) + 1, w=(inw/2) + 1; int val; - g_message("pipecross"); - for (y = 0; y < h; ++y) { drx = (float)(sf->data.planar.secondary->r - sf->data.planar.primary->r);