From 54f404fbef51cc1cb7043ebb582f62b4f281e7f7 Mon Sep 17 00:00:00 2001
From: urs_hunkler <urs_hunkler>
Date: Sun, 11 Feb 2007 10:41:42 +0000
Subject: [PATCH] 'removed old block width definitions'

---
 course/format/lams/format.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/course/format/lams/format.php b/course/format/lams/format.php
index a53d8b8c57..2741bbea3e 100644
--- a/course/format/lams/format.php
+++ b/course/format/lams/format.php
@@ -8,13 +8,6 @@ require_once($CFG->dirroot.'/mod/lams/constants.php');
 require_once($CFG->dirroot.'/lib/weblib.php');
 
 $topic = optional_param('topic', -1, PARAM_INT);
-
-// Bounds for block widths
-// define('BLOCK_L_MIN_WIDTH', 100);
-// define('BLOCK_L_MAX_WIDTH', 210);
-// define('BLOCK_R_MIN_WIDTH', 100);
-// define('BLOCK_R_MAX_WIDTH', 210);
-
 // Bounds for block widths
 // more flexible for theme designers taken from theme config.php
 $lmin = (empty($THEME->block_l_min_width)) ? 100 : $THEME->block_l_min_width;
-- 
2.39.5