diff --git a/fckeditor.module b/fckeditor.module index cd9a95bb1bfae54a13b916bfa146e2f86726fd67..583f43318a924695342f1b4b8ce4bf5852c018a0 100644 --- a/fckeditor.module +++ b/fckeditor.module @@ -62,14 +62,6 @@ function fckeditor_textarea($op, $name) { return $output; } -/** - * Implementation of hook_init(). - */ -function fckeditor_init() { - $output = ""; - drupal_set_html_head($output); -} - /** * Implementation of hook_setting().