summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-08 16:12:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-08 16:12:29 (GMT)
commit748851d8ab22a4f91a77e3a932427cda638ff42d (patch)
treea2b226282b6f8097b0e614c07142e3706df1392c
parente12c3cac3be8b7d7936e7c51d325b8e313abfe6c (diff)
download2iv35-748851d8ab22a4f91a77e3a932427cda638ff42d.zip
2iv35-748851d8ab22a4f91a77e3a932427cda638ff42d.tar.gz
2iv35-748851d8ab22a4f91a77e3a932427cda638ff42d.tar.bz2
removed stale printf
-rw-r--r--Smoke/gtk_heightplots.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Smoke/gtk_heightplots.c b/Smoke/gtk_heightplots.c
index c279094..0f74dc8 100644
--- a/Smoke/gtk_heightplots.c
+++ b/Smoke/gtk_heightplots.c
@@ -15,7 +15,6 @@ static GtkAdjustment *rho_adj, *vel_adj, *force_adj, *divv_adj, *divf_adj;
static gboolean set_dataset(GtkToggleButton *button, gpointer data)
{
- printf("height: %d\n", heightplots_get_height());
if (gtk_toggle_button_get_active(button)) {
switch ((int)data) {
default: