summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-05-20 16:49:46 +0000
committerDana Jansens <danakj@orodu.net>2003-05-20 16:49:46 +0000
commit0de48102a43cb3b27148781aabdfd409d0a33270 (patch)
treefa4b1a53b8e5e3469a459adbd6c5530118564cc4
parent895cd9f43d5bca69a0f5c3411363c1ed623bb3f5 (diff)
remove debug prints
-rw-r--r--render/gradient.c4
1 files changed, 0 insertions, 4 deletions
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);