From 840764cc2d8956ea6348cce10da31809807bb12a Mon Sep 17 00:00:00 2001 From: jrobson Date: Wed, 18 Dec 2013 11:52:29 -0800 Subject: [PATCH] Now cache has cleared remove superfluous modules Change-Id: I9fd40bcb3002d3bb06ec39669bbc3bc989b95bdf --- resources/Resources.php | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/resources/Resources.php b/resources/Resources.php index 6274e713f2..394392c010 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -129,28 +129,6 @@ return array( 'remoteBasePath' => $GLOBALS['wgStylePath'], 'localBasePath' => $GLOBALS['wgStyleDirectory'], ), - // FIXME: Remove in favour of skins.monobook.styles when cache expires - 'skins.monobook' => array( - 'styles' => array( - 'common/commonElements.css' => array( 'media' => 'screen' ), - 'common/commonContent.css' => array( 'media' => 'screen' ), - 'common/commonInterface.css' => array( 'media' => 'screen' ), - 'monobook/main.css' => array( 'media' => 'screen' ), - ), - 'remoteBasePath' => $GLOBALS['wgStylePath'], - 'localBasePath' => $GLOBALS['wgStyleDirectory'], - ), - // FIXME: Remove in favour of skins.vector.styles when cache expires - 'skins.vector' => array( - 'styles' => array( - 'common/commonElements.css' => array( 'media' => 'screen' ), - 'common/commonContent.css' => array( 'media' => 'screen' ), - 'common/commonInterface.css' => array( 'media' => 'screen' ), - 'vector/styles.less', - ), - 'remoteBasePath' => $GLOBALS['wgStylePath'], - 'localBasePath' => $GLOBALS['wgStyleDirectory'], - ), 'skins.vector.styles' => array( // Used in the web installer. Test it after modifying this definition! 'styles' => array( -- 2.20.1