http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72848

Revision: 72848
Author:   nikerabbit
Date:     2010-09-12 10:29:38 +0000 (Sun, 12 Sep 2010)

Log Message:
-----------
Remove unused code from r72847

Modified Paths:
--------------
    trunk/extensions/Translate/ffs/Gettext.php

Modified: trunk/extensions/Translate/ffs/Gettext.php
===================================================================
--- trunk/extensions/Translate/ffs/Gettext.php  2010-09-12 10:26:31 UTC (rev 
72847)
+++ trunk/extensions/Translate/ffs/Gettext.php  2010-09-12 10:29:38 UTC (rev 
72848)
@@ -625,11 +625,8 @@
        // WRITE
        //
        protected function writeReal( MessageCollection $collection ) {
-               global $wgSitename;
                $output = $this->doHeader( $collection );
 
-               $specs = array();
-
                $mangler = $this->group->getMangler();
                $messages = array();
                foreach ( $collection as $key => $m ) {



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to