Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -625,11 +625,8 @@ |
626 | 626 | // WRITE |
627 | 627 | // |
628 | 628 | protected function writeReal( MessageCollection $collection ) { |
629 | | - global $wgSitename; |
630 | 629 | $output = $this->doHeader( $collection ); |
631 | 630 | |
632 | | - $specs = array(); |
633 | | - |
634 | 631 | $mangler = $this->group->getMangler(); |
635 | 632 | $messages = array(); |
636 | 633 | foreach ( $collection as $key => $m ) { |