summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-03-10 16:08:43 +0000
committerDries Buytaert <dries@buytaert.net>2009-03-10 16:08:43 +0000
commit9aa14da49da0b4391f5cafea4fbbfecd5fb78534 (patch)
treea8d436b4693df69fee3cc0d5973ca64f725a3a30
parent0bbc3bfcb30002af4a66511067353991e5c085f4 (diff)
downloadbrdo-9aa14da49da0b4391f5cafea4fbbfecd5fb78534.tar.gz
brdo-9aa14da49da0b4391f5cafea4fbbfecd5fb78534.tar.bz2
- Patch #331013 by drewish: documentation clean-up.
-rw-r--r--modules/system/system.api.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index ab0e5eb07..724a823e5 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -1223,21 +1223,6 @@ function hook_file_delete($file) {
}
/**
- * Respond to a file that has changed status.
- *
- * The typical change in status is from temporary to permanent.
- *
- * @param $file
- * The file being changed.
- * @return
- * None.
- *
- * @see hook_file_status()
- */
-function hook_file_status($file) {
-}
-
-/**
* Control access to private file downloads and specify HTTP headers.
*
* This hook allows modules enforce permissions on file downloads when the