diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index a92b96a45..a69fba641 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -118,9 +118,6 @@ function comment_theme() { 'comment_block' => array( 'arguments' => array(), ), - 'comment_admin_overview' => array( - 'arguments' => array('form' => NULL), - ), 'comment_preview' => array( 'arguments' => array('comment' => NULL, 'node' => NULL, 'links' => array(), 'visible' => 1), ), |