summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:29:38 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-10 19:29:38 (GMT)
commitf9e23896d3525e3dfe710585f6a88858cb88f8c6 (patch)
tree3bf4462f588d848969e07bff3c69473847b6edc9 /Smoke/gtk_main.c
parentb7bad543e14945a84d58a205ff30038db0b87ca0 (diff)
download2iv35-f9e23896d3525e3dfe710585f6a88858cb88f8c6.zip
2iv35-f9e23896d3525e3dfe710585f6a88858cb88f8c6.tar.gz
2iv35-f9e23896d3525e3dfe710585f6a88858cb88f8c6.tar.bz2
fix madness
Diffstat (limited to 'Smoke/gtk_main.c')
-rw-r--r--Smoke/gtk_main.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Smoke/gtk_main.c b/Smoke/gtk_main.c
index 88a89b6..f006c62 100644
--- a/Smoke/gtk_main.c
+++ b/Smoke/gtk_main.c
@@ -8,6 +8,7 @@
#include "gtk_main.h"
#include "renderer_gl.h"
#include "normals.h"
+#include "smoke.h"
#include "colormap.h"
#include "glyphs.h"
#include "divergence.h"
@@ -32,13 +33,6 @@ static gboolean select_render_smoke(GtkWidget *button, gpointer data) {
}
-static gboolean select_render_grid_smoke(GtkWidget *button, gpointer data) {
- smoke_grid_set_render(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button)));
-
- return TRUE;
-}
-
-
static gboolean select_render_glyphs(GtkWidget *button, gpointer data) {
glyphs_set_render(gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(button)));