Kill a bunch of unused $wgUser
[lhc/web/wiklou.git] / includes / LogEventsList.php
index ac6c9fc..b4b36f3 100644 (file)
@@ -774,7 +774,6 @@ class LogViewer {
         *     LogEventsList::NO_ACTION_LINK   Don't show restore/unblock/block links
         */
        function __construct( &$reader, $flags = 0 ) {
-               global $wgUser;
                wfDeprecated(__METHOD__);
                $this->reader =& $reader;
                $this->reader->pager->mLogEventsList->flags = $flags;