Followup r69961. Remove now unused global.
[lhc/web/wiklou.git] / maintenance / language / writeMessagesArray.inc
index 4e64dcb..e3a48ab 100644 (file)
@@ -80,8 +80,6 @@ class MessageWriter {
                # Load messages
                $dir = $prefix ? $prefix : dirname( __FILE__ );
 
-               global $wgMessageStructure, $wgBlockComments, $wgIgnoredMessages, $wgOptionalMessages;
-
                require( $dir . '/messages.inc' );
                self::$messageStructure = $wgMessageStructure;
                self::$blockComments = $wgBlockComments;