From c1a9a069fa0bf9757fe446ef11e79519389ba3da Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 23 Feb 2010 18:40:24 +0000 Subject: [PATCH] Drop unused variable assignment --- skins/CologneBlue.php | 1 - 1 file changed, 1 deletion(-) diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index a7aac8a022..d12333a766 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -26,7 +26,6 @@ class SkinCologneBlue extends Skin { } function doBeforeContent() { - $qb = $this->qbSetting(); $mainPageObj = Title::newMainPage(); $s = "\n
\n
" . -- 2.20.1