diff --git a/core/modules/content_translation/content_translation.module b/core/modules/content_translation/content_translation.module index b6f8f5e..7ca4c49 100644 --- a/core/modules/content_translation/content_translation.module +++ b/core/modules/content_translation/content_translation.module @@ -790,18 +790,6 @@ function content_translation_form_field_ui_field_instance_edit_form_alter(array } /** - * Implements hook_field_info_alter(). - */ -function content_translation_field_info_alter(&$info) { - foreach ($info as &$field_type_info) { - // By default no column has to be synchronized. - $field_type_info['settings'] += array('translation_sync' => FALSE); - // Synchronization can be enabled per instance. - $field_type_info['instance_settings'] += array('translation_sync' => FALSE); - } -} - -/** * Implements hook_entity_presave(). */ function content_translation_entity_presave(EntityInterface $entity) {