theme-formal_white MDL-25090 Removed setting that was no longer used.

This commit is contained in:
Sam Hemelryk
2010-11-09 06:58:12 +00:00
parent 305adb1023
commit 5fd9e28505
-1
View File
@@ -64,7 +64,6 @@ function formalwhite_set_backgroundcolor($css, $backgroundcolor) {
function formalwhite_set_regionwidth($css, $regionwidth) {
$tag = '[[setting:regionwidth]]';
$doubletag = '[[setting:regionwidthdouble]]';
$tagplus10 = '[[setting:regionwidthplus10]]';
$replacement = $regionwidth;
if (is_null($replacement)) {
$replacement = 200;