From c9b99fc6a527b2246516311211e7703112b7f077 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 10 Sep 2013 08:36:16 +0200 Subject: [PATCH] Issue #2078675 by benjy: Remove unused constants in block.module. --- core/modules/block/block.module | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/core/modules/block/block.module b/core/modules/block/block.module index f405cb25681..8fa59ea7016 100644 --- a/core/modules/block/block.module +++ b/core/modules/block/block.module @@ -13,21 +13,6 @@ use Drupal\Component\Utility\NestedArray; */ const BLOCK_REGION_NONE = -1; -/** - * Users cannot control whether or not they see this block. - */ -const BLOCK_CUSTOM_FIXED = 0; - -/** - * Shows this block by default, but lets individual users hide it. - */ -const BLOCK_CUSTOM_ENABLED = 1; - -/** - * Hides this block by default but lets individual users show it. - */ -const BLOCK_CUSTOM_DISABLED = 2; - /** * Shows this block on every page except the listed pages. */