diff --git a/fate.module b/fate.module
index 3a924e7..8775f9e 100644
--- a/fate.module
+++ b/fate.module
@@ -149,20 +149,6 @@ function fate_form_field_ui_field_edit_form_submit() {
 }
 
 /**
- * Implements hook_field_info_alter().
- */
-function fate_field_info_alter(&$info) {
-  // Add the 'fate' instance setting to all field types.
-  foreach ($info as $field_type => &$field_type_info) {
-    $field_type_info += array('instance_settings' => array());
-    $field_type_info['instance_settings'] += array(
-      'fate' => FALSE,
-      'fate_label' => '',
-    );
-  }
-}
-
-/**
  * Implements hook_form_FORM_ID_alter().
  *
  * Add the FATE checkbox to entityreference fields.
