summaryrefslogtreecommitdiffstats
path: root/src/ganv_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv_test.c')
-rw-r--r--src/ganv_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ganv_test.c b/src/ganv_test.c
index 971b3e1..97de437 100644
--- a/src/ganv_test.c
+++ b/src/ganv_test.c
@@ -84,7 +84,6 @@ main(int argc, char** argv)
ganv_port_set_control_is_toggle(tport, TRUE);
ganv_item_show(GANV_ITEM(module));
- ganv_item_raise_to_top(GANV_ITEM(module));
GanvModule* module2 = ganv_module_new(canvas,
"x", 200.0,
@@ -104,7 +103,6 @@ main(int argc, char** argv)
G_CALLBACK(on_disconnect), canvas);
ganv_item_show(GANV_ITEM(module2));
- ganv_item_raise_to_top(GANV_ITEM(module2));
gtk_widget_show_all(GTK_WIDGET(win));
gtk_window_present(win);