remove debug prints

This commit is contained in:
Dana Jansens 2003-05-20 16:49:46 +00:00
parent 895cd9f43d
commit 0de48102a4

View file

@ -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 x, y, h=(inh/2) + 1, w=(inw/2) + 1;
int val; int val;
g_message("rectangle");
for (y = 0; y < h; ++y) { for (y = 0; y < h; ++y) {
drx = (float)(sf->data.planar.primary->r - drx = (float)(sf->data.planar.primary->r -
sf->data.planar.secondary->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 x, y, h=(inh/2) + 1, w=(inw/2) + 1;
int val; int val;
g_message("pipecross");
for (y = 0; y < h; ++y) { for (y = 0; y < h; ++y) {
drx = (float)(sf->data.planar.secondary->r - drx = (float)(sf->data.planar.secondary->r -
sf->data.planar.primary->r); sf->data.planar.primary->r);