diff options
Diffstat (limited to 'modules/book/book.module')
-rw-r--r-- | modules/book/book.module | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/book/book.module b/modules/book/book.module index f0fe5154a..8fc271c2f 100644 --- a/modules/book/book.module +++ b/modules/book/book.module @@ -143,13 +143,6 @@ function book_menu() { 'type' => MENU_CALLBACK, 'file' => 'book.pages.inc', ); - $items['book/js/admin/%node'] = array( - 'page callback' => 'book_admin_js_update', - 'access callback' => '_book_outline_access', - 'access arguments' => array(3), - 'type' => MENU_CALLBACK, - 'file' => 'book.admin.inc', - ); return $items; } |