From cd430165d706c6a747f81e663f756e60a4a0377f Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sat, 5 Aug 2006 00:26:36 +0000 Subject: #73884 by RobRoy, various code cleanup. --- modules/comment/comment.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index d8382770b..fed6e19d3 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1617,7 +1617,6 @@ function theme_comment_folded($comment) { function theme_comment_flat_collapsed($comment) { return theme('comment_view', $comment, '', 0); - return ''; } function theme_comment_flat_expanded($comment) { -- cgit v1.2.3