mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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 <dirk@hohndel.org>
This commit is contained in:
parent
1b0ddfbbe2
commit
989cf37fcf
3 changed files with 0 additions and 26 deletions
|
@ -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 = " \
|
|||
<menuitem name=\"SelectEvents\" action=\"SelectEvents\" /> \
|
||||
</menu> \
|
||||
<menu name=\"PlannerMenu\" action=\"PlannerMenuAction\"> \
|
||||
<menuitem name=\"TestPlan\" action=\"TestPlan\" /> \
|
||||
<menuitem name=\"InputPlan\" action=\"InputPlan\" /> \
|
||||
</menu> \
|
||||
<menu name=\"Help\" action=\"HelpMenuAction\"> \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue