Definition

drupal-cvs/modules/block/block.module

Description

Denotes that a block is not enabled in any region and should not be shown.

Code

<?php
define('BLOCK_REGION_NONE', -1);
?>