summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-22 03:19:42 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-22 03:19:42 +0000
commit86289baab32ce3b7be7de3cf274589ac45234b47 (patch)
treef19fb7b69cfdc2b63a8d90374744793fabd82033 /includes/common.inc
parent4bc255ba792db435e2d487f113ca2a638ed63fea (diff)
downloadbrdo-86289baab32ce3b7be7de3cf274589ac45234b47.tar.gz
brdo-86289baab32ce3b7be7de3cf274589ac45234b47.tar.bz2
#372471 follow-up by JohnAlbin: Remove leftover from box.tpl.php killing patch.
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 74e10f884..b2508709f 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3595,10 +3595,6 @@ function drupal_common_theme() {
'tablesort_indicator' => array(
'arguments' => array('style' => NULL),
),
- 'box' => array(
- 'arguments' => array('title' => NULL, 'content' => NULL, 'region' => 'main'),
- 'template' => 'box',
- ),
'mark' => array(
'arguments' => array('type' => MARK_NEW),
),