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. */