From: defacer Date: Mon, 26 Feb 2007 13:29:57 +0000 (+0000) Subject: Merge from MOODLE_18_STABLE: X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=86ce75a8e5e1f700aee000ee293ba7ba80a7b3d5;p=moodle.git Merge from MOODLE_18_STABLE: Killing BLOCK_NUKE constant, since Martin nuked nuke blocks. --- diff --git a/blocks/moodleblock.class.php b/blocks/moodleblock.class.php index 9cfa7ae006..3963fb2770 100644 --- a/blocks/moodleblock.class.php +++ b/blocks/moodleblock.class.php @@ -22,11 +22,6 @@ define('BLOCK_TYPE_LIST', 1); */ define('BLOCK_TYPE_TEXT', 2); -/** - * Block type of nuke. Compitibility with post nuke blocks. Basically treated as BLOCK_TYPE_TEXT. - */ -define('BLOCK_TYPE_NUKE', 3); - /** * Class for describing a moodle block, all Moodle blocks derive from this class *