Index: trunk/extensions/CodeReview/CodeRevisionListView.php |
— | — | @@ -266,7 +266,6 @@ |
267 | 267 | // Note: this function is poorly factored in the parent class |
268 | 268 | function formatRow( $row ) { |
269 | 269 | global $wgWikiSVN; |
270 | | - $rowClass = $this->getRowClass( $row ); |
271 | 270 | $css = "mw-codereview-status-{$row->cr_status}"; |
272 | 271 | if( $this->mRepo->mName == $wgWikiSVN ) { |
273 | 272 | $css .= " mw-codereview-" . ( $row->{$this->getDefaultSort()} <= $this->mCurSVN ? 'live' : 'notlive' ); |