Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -156,10 +156,6 @@ |
157 | 157 | |
158 | 158 | $this->setMembers(); |
159 | 159 | $tpl = $this->setupTemplate( $this->template, 'skins' ); |
160 | | - |
161 | | - #if ( $wgUseDatabaseMessages ) { // uncomment this to fall back to GetText |
162 | | - $tpl->setTranslator( new MediaWiki_I18N() ); |
163 | | - #} |
164 | 160 | wfProfileOut( __METHOD__ . '-init' ); |
165 | 161 | |
166 | 162 | wfProfileIn( __METHOD__ . '-stuff' ); |