summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index db4b90ef5..bd43327eb 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -284,12 +284,6 @@ function system_element_info() {
'#theme' => 'page',
'#theme_wrappers' => array('html'),
);
- $types['list'] = array(
- '#title' => '',
- '#list_type' => 'ul',
- '#attributes' => array(),
- '#items' => array(),
- );
// By default, we don't want AJAX commands being rendered in the context of an
// HTML page, so we don't provide defaults for #theme or #theme_wrappers.
// However, modules can set these properties (for example, to provide an HTML