--- glossary.admin.inc Fri Feb 20 15:52:18 2009 +++ glossary.admin-orig.inc Fri Feb 20 15:50:27 2009 @@ -130,13 +130,6 @@ function glossary_general_settings_form( '#suffix' => '', ); - $form['glossary_page']['glossary_link_term_only'] = array( - '#type' => 'checkbox', - '#title' => t('Link to the Taxomony term.'), - '#default_value' => variable_get('glossary_link_term_only', FALSE), - '#description' => t('Do you want to force all links to point to the Taxomony term instead of the glossary term?'), - ); - $form['glossary_page']['glossary_term_class'] = array( '#type' => 'textfield', '#title' => t('Term link class'),