diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-05-24 21:37:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-05-24 21:37:42 +0000 |
commit | 04e491f8469382fe1935d89ed9b05978fce2ee00 (patch) | |
tree | 0310fd55715ffa1f6016e59eac58d59726ade336 /modules | |
parent | 73f9ffc8f4ddabdb95e60d3aaa9ba32ade99afe9 (diff) | |
download | brdo-04e491f8469382fe1935d89ed9b05978fce2ee00.tar.gz brdo-04e491f8469382fe1935d89ed9b05978fce2ee00.tar.bz2 |
- Now all themes use the new taxonomy stuff, we can remove the depricated
function node_index() - it was an empty function.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/node.module | 4 | ||||
-rw-r--r-- | modules/node/node.module | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/modules/node.module b/modules/node.module index 635d9a725..702479db7 100644 --- a/modules/node.module +++ b/modules/node.module @@ -14,10 +14,6 @@ function node_help() { } } -// DEPRICATED: still used by themes, yet doesn't return anything at the moment -function node_index() { -} - function node_teaser($body) { $size = 400; diff --git a/modules/node/node.module b/modules/node/node.module index 635d9a725..702479db7 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -14,10 +14,6 @@ function node_help() { } } -// DEPRICATED: still used by themes, yet doesn't return anything at the moment -function node_index() { -} - function node_teaser($body) { $size = 400; |