summaryrefslogtreecommitdiffstats
path: root/Smoke/colormap.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-09 10:19:50 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-09 10:19:50 (GMT)
commit4e7b4062375ca04625583d6d57c047c049f28c2b (patch)
treee9b701554b23fb4b5101cbd32d92ee5062cfe483 /Smoke/colormap.c
parent95276812f04f5bf47d4c69da8bafed5563ff082b (diff)
download2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.zip
2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.tar.gz
2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.tar.bz2
removed stray temp var/func
Diffstat (limited to 'Smoke/colormap.c')
-rw-r--r--Smoke/colormap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Smoke/colormap.c b/Smoke/colormap.c
index ae6ba4f..37afa8f 100644
--- a/Smoke/colormap.c
+++ b/Smoke/colormap.c
@@ -88,11 +88,6 @@ int colormap_get_clamping(void)
return colormap_clamping;
}
-void colormap_set_tempscale(float temp)
-{
- printf("temp: %f\n", temp);
-}
-
void colormap_set_scale_min(float min_scale)
{
if (colormap_scaling) {