diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.api.php | 3 |
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), - ), ); } |