summaryrefslogtreecommitdiff
path: root/render/instance.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-24 06:02:38 +0000
committerDana Jansens <danakj@orodu.net>2003-07-24 06:02:38 +0000
commit5be0a82a353b67160142134de1cc51fa31d72759 (patch)
tree333f0e70a6cf4f2cb5252c2e16922a1b6408dc06 /render/instance.c
parent230abdc5a0848cd05dc3a007826a2a6b8a73c0a5 (diff)
use ob_debug for any debug printing and only display the output when its a debug build or when --debug is passed to it
Diffstat (limited to 'render/instance.c')
-rw-r--r--render/instance.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/instance.c b/render/instance.c
index ad696655..26ea63c8 100644
--- a/render/instance.c
+++ b/render/instance.c
@@ -72,7 +72,6 @@ void RrPseudoColorSetup (RrInstance *inst)
int tr, tg, tb, n, r, g, b, i, incolors, ii;
unsigned long dev;
int cpc, _ncolors;
- g_message("Initializing PseudoColor RenderControl\n");
/* determine the number of colors and the bits-per-color */
inst->pseudo_bpc = 2; /* XXX THIS SHOULD BE A USER OPTION */