Act on a field being deleted.
This hook is invoked just after a field is deleted by field_delete_field().
$field: The field just deleted.
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
function hook_field_delete_field($field) {
// @todo Needs function body.
}