summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-05 00:26:36 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-05 00:26:36 +0000
commitcd430165d706c6a747f81e663f756e60a4a0377f (patch)
tree88915ae0fe216462d071760a005489e9838fff77 /modules/comment/comment.module
parent6839ce965fb7ac37bf735a0b169009cca7529429 (diff)
downloadbrdo-cd430165d706c6a747f81e663f756e60a4a0377f.tar.gz
brdo-cd430165d706c6a747f81e663f756e60a4a0377f.tar.bz2
#73884 by RobRoy, various code cleanup.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module1
1 files changed, 0 insertions, 1 deletions
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) {