From 04e491f8469382fe1935d89ed9b05978fce2ee00 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 24 May 2002 21:37:42 +0000 Subject: - Now all themes use the new taxonomy stuff, we can remove the depricated function node_index() - it was an empty function. --- modules/node.module | 4 ---- modules/node/node.module | 4 ---- 2 files changed, 8 deletions(-) (limited to 'modules') 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; -- cgit v1.2.3