summaryrefslogtreecommitdiff
path: root/modules/menu/menu.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/menu/menu.admin.inc')
-rw-r--r--modules/menu/menu.admin.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/menu/menu.admin.inc b/modules/menu/menu.admin.inc
index 3f739ba94..c73af82a4 100644
--- a/modules/menu/menu.admin.inc
+++ b/modules/menu/menu.admin.inc
@@ -656,13 +656,6 @@ function menu_configure() {
);
$menu_options = menu_get_menus();
- $form['menu_default_node_menu'] = array(
- '#type' => 'select',
- '#title' => t('Default menu for content'),
- '#default_value' => 'navigation',
- '#options' => $menu_options,
- '#description' => t('Choose the menu to be the default in the menu options in the content authoring form.'),
- );
$main = variable_get('menu_main_links_source', 'main-menu');
$main_options = array_merge($menu_options, array('' => t('No Main links')));