diff options
Diffstat (limited to 'core/helpers/core_block.php')
-rw-r--r-- | core/helpers/core_block.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/helpers/core_block.php b/core/helpers/core_block.php index b7e4ad44..1bc70a13 100644 --- a/core/helpers/core_block.php +++ b/core/helpers/core_block.php @@ -41,12 +41,6 @@ class core_block_Core { $blocks[] = $block; $block = new Block(); - $block->id = "gMessages"; - $block->title = _("Status Messages"); - $block->content = new View("admin_block_messages.html"); - $blocks[] = $block; - - $block = new Block(); $block->id = "gPhotoStream"; $block->title = _("Photo Stream"); $block->content = new View("admin_block_photo_stream.html"); |