From 86ce75a8e5e1f700aee000ee293ba7ba80a7b3d5 Mon Sep 17 00:00:00 2001 From: defacer Date: Mon, 26 Feb 2007 13:29:57 +0000 Subject: [PATCH] Merge from MOODLE_18_STABLE: Killing BLOCK_NUKE constant, since Martin nuked nuke blocks. --- blocks/moodleblock.class.php | 5 ----- 1 file changed, 5 deletions(-) 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 * -- 2.39.5