summaryrefslogtreecommitdiff
path: root/modules/file/file.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-09 21:21:54 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-09 21:21:54 +0000
commitc33da192c13a357bf0c75bd556457da78f991a68 (patch)
treefc3e1b8fd377ba322bd58f3d7277ca21869390aa /modules/file/file.module
parenta3f776f4d4620faa3fbe93656358a1ad96b290f9 (diff)
downloadbrdo-c33da192c13a357bf0c75bd556457da78f991a68.tar.gz
brdo-c33da192c13a357bf0c75bd556457da78f991a68.tar.bz2
- Patch #567092 by rcross, yched, bjaspan: merge hook_field_formatter_info() and hook_theme().
Diffstat (limited to 'modules/file/file.module')
-rw-r--r--modules/file/file.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/file/file.module b/modules/file/file.module
index 4af5bae07..23542942a 100644
--- a/modules/file/file.module
+++ b/modules/file/file.module
@@ -85,15 +85,6 @@ function file_theme() {
'file_upload_help' => array(
'arguments' => array('upload_validators' => NULL),
),
- 'field_formatter_file_default' => array(
- 'arguments' => array('element' => NULL),
- ),
- 'field_formatter_file_table' => array(
- 'arguments' => array('element' => NULL),
- ),
- 'field_formatter_file_url_plain' => array(
- 'arguments' => array('element' => NULL),
- ),
);
}