diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index 164ff80fd2a..26e9bf5470c 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -131,10 +131,6 @@
print "
". t("Subject") .": | \n";
print " $comment->subject | \n";
- // Moderation:
- print " \n";
- print comment_moderation($comment);
- print " | \n";
print " \n";
// Author:
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 01358cad88c..8d1e6413685 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -154,11 +154,6 @@
echo " hlcolor1\">" . t("Subject") . ": | ";
echo " fgcolor1\">$comment->subject";
echo " | ";
-
- // Moderation:
- echo " ";
- print comment_moderation($comment);
- echo " | ";
echo " ";
// Author: