When we removed the "Image" field type in #397578: Uncouple ImageField from FileField Custom Hooks, we also removed the need for ImageField to keep its own reference counting. Since there are no more fields with $field['type'] = 'imagefield', we can remove the imagefield_file_references() function.

CommentFileSizeAuthor
imagefield_remove_references.patch810 bytesquicksketch

Comments

quicksketch’s picture

Status: Needs review » Fixed

Tests all pass and reference counting still works without this function (as it logically should). Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.