Index: imagefield_file.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/imagefield/imagefield_file.inc,v
retrieving revision 1.15
diff -u -r1.15 imagefield_file.inc
--- imagefield_file.inc	19 Mar 2009 03:36:52 -0000	1.15
+++ imagefield_file.inc	30 Mar 2009 01:52:53 -0000
@@ -7,20 +7,6 @@
  */
 
 /**
- * Implementation of hook_file_references().
- */
-function imagefield_file_references($file) {
-  $references = 0;
-  foreach (content_fields() as $field) {
-    if ($field['type'] != 'imagefield') {
-      continue;
-    }
-    $references += field_file_references($file, $field);
-  }
-  return array('imagefield' => $references);
-}
-
-/**
  * Implementation of hook_file_insert().
  */
 function imagefield_file_insert($file) {
