summaryrefslogtreecommitdiffstats
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
parent95276812f04f5bf47d4c69da8bafed5563ff082b (diff)
download2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.zip
2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.tar.gz
2iv35-4e7b4062375ca04625583d6d57c047c049f28c2b.tar.bz2
removed stray temp var/func
-rw-r--r--Smoke/colormap.c5
-rw-r--r--Smoke/colormap.h2
2 files changed, 0 insertions, 7 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) {
diff --git a/Smoke/colormap.h b/Smoke/colormap.h
index 6d63ed1..9115753 100644
--- a/Smoke/colormap.h
+++ b/Smoke/colormap.h
@@ -16,8 +16,6 @@ int colormap_get_scaling(void);
void colormap_set_clamping(int clamping);
int colormap_get_clamping(void);
-void colormap_set_tempscale(float temp);
-
void colormap_set_scale_min(float min_scale);
float colormap_get_scale_min(void);