summaryrefslogtreecommitdiffstats
path: root/Smoke/gtk_main.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-10 19:14:14 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-10 19:14:14 (GMT)
commitb7bad543e14945a84d58a205ff30038db0b87ca0 (patch)
tree2f31e826b26c3806594283cd10d40420b187b596 /Smoke/gtk_main.c
parent890f2eba8e594f345600b6e97de4d35d22b9b31f (diff)
download2iv35-b7bad543e14945a84d58a205ff30038db0b87ca0.zip
2iv35-b7bad543e14945a84d58a205ff30038db0b87ca0.tar.gz
2iv35-b7bad543e14945a84d58a205ff30038db0b87ca0.tar.bz2
gui voor grid-smoke, resetten van scaling en clamping and fixed the motha-focking rescaling bug
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);