BLOCK_REGION_NONE

in modules/block/block.module

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

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