diff --git a/entity.features.inc b/entity.features.inc index 245380c..e394169 100644 --- a/entity.features.inc +++ b/entity.features.inc @@ -136,17 +136,6 @@ class EntityDefaultFeaturesController { } } } - - /** - * Generates the result for hook_features_rebuild(). - * - * @see entity_features_rebuild() - * @see entity_features_post_restore() - */ - function rebuild($module = NULL) { - // We don't do the rebuild here since a whole rebuild is triggered in - // entity_features_post_restore(). - } } /** @@ -203,15 +192,6 @@ function entity_features_revert($module = NULL, $entity_type) { } /** - * Implements hook_features_rebuild(). - * - * Features component callback. - */ -function entity_features_rebuild($module = NULL, $entity_type) { - return entity_features_get_controller($entity_type)->rebuild($module); -} - -/** * Implements hook_features_post_restore(). * * Rebuild all defaults when a features rebuild is triggered - even the ones not