diff --git a/var/Widget/Comments/Archive.php b/var/Widget/Comments/Archive.php index 5f0c810e..6a056398 100644 --- a/var/Widget/Comments/Archive.php +++ b/var/Widget/Comments/Archive.php @@ -101,8 +101,6 @@ class Widget_Comments_Archive extends Widget_Abstract_Comments $commentClass .= ' comment-by-user'; } } - - $commentLevelClass = $this->levels > 0 ? ' comment-child' : ' comment-parent'; ?>