From 701df302d09e95b8be947191f514753aef8882a5 Mon Sep 17 00:00:00 2001
From: Lorenz Schori <lo@znerol.ch>
Date: Tue, 8 May 2012 22:25:01 +0200
Subject: [PATCH 4/4] Remove hook_init completely

---
 mailsystem.module |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/mailsystem.module b/mailsystem.module
index 438b514..fddfc81 100644
--- a/mailsystem.module
+++ b/mailsystem.module
@@ -6,22 +6,6 @@
  */
 
 /**
- * Implements hook_init().
- *
- * Caches the list of MailSystemInterface classes, and removes classes
- * from the mail_system variable which are no longer available.
- *
- * @see mailsystem_get_classes()
- */
-function mailsystem_init() {
-  mailsystem_get_classes();
-  // @todo Remove this when issue #299138 gets resolved.
-  if (!function_exists('mailsystem_html_to_text')) {
-    module_load_include('inc', 'mailsystem', 'html_to_text');
-  }
-}
-
-/**
  * Implements hook_permission().
  *
  * Defines a permission for managing the mail_system variable.
-- 
1.7.2.5

