summaryrefslogtreecommitdiffstats
path: root/Smoke/glyphs.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-12-14 18:02:27 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-12-14 18:02:27 (GMT)
commit5a422dac78479f396437b5f9c1e8efbecf2c9b0f (patch)
treeb9910125b40708a3cd496ec46312012350886a7c /Smoke/glyphs.c
parent241bfc64ed6446c295846d5ae635f6ba4e25a666 (diff)
download2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.zip
2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.tar.gz
2iv35-5a422dac78479f396437b5f9c1e8efbecf2c9b0f.tar.bz2
latest merge
Diffstat (limited to 'Smoke/glyphs.c')
-rw-r--r--Smoke/glyphs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Smoke/glyphs.c b/Smoke/glyphs.c
index 751179e..bdebe45 100644
--- a/Smoke/glyphs.c
+++ b/Smoke/glyphs.c
@@ -114,6 +114,7 @@ void draw_glyphs(void)
int i, j, idx;
float value, scale, idxcf, idxrf;
+#if 0
if (use_glyphs)
{
scale = (float)((float)DIM / (float)get_var_dims());
@@ -156,4 +157,5 @@ void draw_glyphs(void)
}
}
}
+#endif
}