summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.c
diff options
context:
space:
mode:
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)));