summaryrefslogtreecommitdiff
path: root/modules/book/book.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/book/book.module')
-rw-r--r--modules/book/book.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/book/book.module b/modules/book/book.module
index b30acce9b..ef2d83998 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -215,13 +215,6 @@ function book_admin_paths() {
}
/**
- * Implements hook_init().
- */
-function book_init() {
- drupal_add_css(drupal_get_path('module', 'book') . '/book.css', array('preprocess' => TRUE));
-}
-
-/**
* Implements hook_entity_info_alter().
*/
function book_entity_info_alter(&$info) {