summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc
index fa6eae77c..2e8ef3010 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3631,10 +3631,6 @@ function drupal_common_theme() {
'arguments' => array('title' => NULL, 'content' => NULL, 'region' => 'main'),
'template' => 'box',
),
- 'block' => array(
- 'arguments' => array('block' => NULL),
- 'template' => 'block',
- ),
'mark' => array(
'arguments' => array('type' => MARK_NEW),
),