From a3215984932bc74ebd3514544fa11a0a536360bc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Aug 2009 15:29:30 +0000 Subject: - Patch #556136 by catch, dereine: remove theme_forum_topic_navigation(). --- modules/system/system.api.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/system/system.api.php') 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), - ), ); } -- cgit v1.2.3