summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-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);