From: Platonides Date: Mon, 25 Oct 2010 17:12:16 +0000 (+0000) Subject: Unused since r74966 $wgHandheldStyle is handled by the resourceloader. X-Git-Tag: 1.31.0-rc.0~34319 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=935ac8859841bf8c5e2d1dd105e3b2e3d495af51;p=lhc%2Fweb%2Fwiklou.git Unused since r74966 $wgHandheldStyle is handled by the resourceloader. --- diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 7a83e22a36..3eb04ce811 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -24,8 +24,6 @@ class SkinMonoBook extends SkinTemplate { $template = 'MonoBookTemplate', $useHeadElement = true; function setupSkinUserCss( OutputPage $out ) { - global $wgHandheldStyle; - parent::setupSkinUserCss( $out ); $out->addModuleStyles( 'skins.monobook' );