Merge "Added comment about not using ignoreErrors()"
[lhc/web/wiklou.git] / includes / SkinTemplate.php
index e3ef6ac..ccfb3db 100644 (file)
@@ -1296,10 +1296,6 @@ class SkinTemplate extends Skin {
        function getNameSpaceKey() {
                return $this->getTitle()->getNamespaceKey();
        }
-
-       public function commonPrintStylesheet() {
-               return false;
-       }
 }
 
 /**