summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-22 15:29:30 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-22 15:29:30 +0000
commita3215984932bc74ebd3514544fa11a0a536360bc (patch)
tree83c60b6ea84e4707752cdad789edd3601b751d63 /modules/system
parentc0ec9bd51674401d27c7af8372262fa1f2d589e5 (diff)
downloadbrdo-a3215984932bc74ebd3514544fa11a0a536360bc.tar.gz
brdo-a3215984932bc74ebd3514544fa11a0a536360bc.tar.bz2
- Patch #556136 by catch, dereine: remove theme_forum_topic_navigation().
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 05070ae4d..8d1bda405 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -692,9 +692,6 @@ function hook_theme($existing, $type, $theme, $path) {
'forum_icon' => array(
'arguments' => array('new_posts' => NULL, 'num_posts' => 0, 'comment_mode' => 0, 'sticky' => 0),
),
- 'forum_topic_navigation' => array(
- 'arguments' => array('node' => NULL),
- ),
);
}