Issue #2078675 by benjy: Remove unused constants in block.module.

8.0.x
Alex Pott 2013-09-10 08:36:16 +02:00
parent 727797565a
commit c9b99fc6a5
1 changed files with 0 additions and 15 deletions

View File

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