From 989cf37fcf0453b72f3d542f202cf532bf1532db Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 7 Jan 2013 08:51:26 -0800 Subject: Remove the now obsolete hard coded test_plan This was just a crutch to get something out there for people to play with. With the ability to input a plan in place this is now obsolete. Signed-off-by: Dirk Hohndel --- gtk-gui.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gtk-gui.c') diff --git a/gtk-gui.c b/gtk-gui.c index 6c39d25fe..d1ddc97cf 100644 --- a/gtk-gui.c +++ b/gtk-gui.c @@ -1125,11 +1125,6 @@ static void next_dc(GtkWidget *w, gpointer data) repaint_dive(); } -static void test_planner_cb(GtkWidget *w, gpointer data) -{ - test_planner(); -} - /* * Get a value in tenths (so "10.2" == 102, "9" = 90) * @@ -1611,7 +1606,6 @@ static GtkActionEntry menu_items[] = { { "ViewThree", NULL, N_("Three"), CTRLCHAR "4", NULL, G_CALLBACK(view_three) }, { "PrevDC", NULL, N_("Prev DC"), NULL, NULL, G_CALLBACK(prev_dc) }, { "NextDC", NULL, N_("Next DC"), NULL, NULL, G_CALLBACK(next_dc) }, - { "TestPlan", NULL, N_("Test Planner"), NULL, NULL, G_CALLBACK(test_planner_cb) }, { "InputPlan", NULL, N_("Input Plan"), NULL, NULL, G_CALLBACK(input_plan) }, }; static gint nmenu_items = sizeof (menu_items) / sizeof (menu_items[0]); @@ -1662,7 +1656,6 @@ static const gchar* ui_string = " \ \ \ \ - \ \ \ \ -- cgit v1.2.3-70-g09d2