Index: api.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/api/api.module,v retrieving revision 1.88.2.24 diff -u -r1.88.2.24 api.module --- api.module 9 Aug 2009 05:36:36 -0000 1.88.2.24 +++ api.module 13 Aug 2009 18:05:19 -0000 @@ -442,10 +442,6 @@ return $items; } -function api_file_load($file_name, $branch_name = NULL) { - return api_object_load(str_replace('--', '/', $file_name), 'file', $branch_name); -} - /** * Load an object from its name, type and branch. */