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.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/Smoke/gtk_main.c b/Smoke/gtk_main.c
index ebc1fe1..88a89b6 100644
--- a/Smoke/gtk_main.c
+++ b/Smoke/gtk_main.c
@@ -7,7 +7,6 @@
#include "gtk_main.h"
#include "renderer_gl.h"
-#include "smoke.h"
#include "normals.h"
#include "colormap.h"
#include "glyphs.h"
@@ -179,12 +178,6 @@ GtkWidget *create_main_page(void)
gtk_box_pack_start (GTK_BOX(box), button, TRUE, TRUE, 0);
gtk_widget_show(button);
- button = gtk_check_button_new_with_label("Draw grid-smoke");
- gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), smoke_grid_get_render());
- g_signal_connect (G_OBJECT(button), "clicked", G_CALLBACK(select_render_grid_smoke), NULL);
- gtk_box_pack_start (GTK_BOX(box), button, TRUE, TRUE, 0);
- gtk_widget_show(button);
-
button = gtk_check_button_new_with_label("Draw glyphs");
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(button), glyphs_get_render());
g_signal_connect (G_OBJECT(button), "clicked", G_CALLBACK(select_render_glyphs), NULL);