Index: book.module =================================================================== RCS file: /cvs/drupal/drupal/modules/book.module,v retrieving revision 1.301 diff -u -F^f -r1.301 book.module --- book.module 7 Jun 2005 19:20:20 -0000 1.301 +++ book.module 11 Jun 2005 21:04:11 -0000 @@ -221,10 +221,6 @@ function book_validate(&$node) { * Implementation of hook_form(). */ function book_form(&$node) { - global $user; - - $op = $_POST['op']; - $output = form_select(t('Parent'), 'parent', ($node->parent ? $node->parent : arg(4)), book_toc($node->nid), t('The parent that this page belongs in. Note that pages whose parent is <top-level> are regarded as independent, top-level books.')); if (function_exists('taxonomy_node_form')) {