Index: trunk/extensions/MoodBar/SpecialMoodBar.php |
— | — | @@ -64,8 +64,6 @@ |
65 | 65 | // Overridden from TablePager, it's just easier because |
66 | 66 | // we're doing things with a proper object model |
67 | 67 | function formatRow( $row ) { |
68 | | - $item = MBFeedbackItem::load( $row ); |
69 | | - |
70 | 68 | $out = ''; |
71 | 69 | |
72 | 70 | $data = MBFeedbackItem::load( $row ); |