summaryrefslogtreecommitdiff
path: root/modules/book.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-11 14:13:24 +0000
commit6e3eb60aab126afd0829120a62bdf0556ec324ac (patch)
tree420c66f62990e3e9199561aea31b405be83dd541 /modules/book.module
parenta0291bb936ff2fbcdbc5795ec971c84443464c07 (diff)
downloadbrdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.gz
brdo-6e3eb60aab126afd0829120a62bdf0556ec324ac.tar.bz2
- Removed some cruft: left-over xxx_help_page() functions.
Diffstat (limited to 'modules/book.module')
-rw-r--r--modules/book.module4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/book.module b/modules/book.module
index a68f97248..0909abbcf 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -812,8 +812,4 @@ function book_help($section) {
}
}
-function book_help_page() {
- print theme('page', book_help('admin/help#book'));
-}
-
?>