diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-29 22:58:34 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-03-29 22:58:34 +0000 |
commit | 401a7ad2dde3b30f39e9bdbc515ea5270c919e6f (patch) | |
tree | b82db26e90bc1b77ae312531180889617753dab5 | |
parent | a2a4bf940e6caaec70cffea04d1e955ff0e3a2ca (diff) | |
download | brdo-401a7ad2dde3b30f39e9bdbc515ea5270c919e6f.tar.gz brdo-401a7ad2dde3b30f39e9bdbc515ea5270c919e6f.tar.bz2 |
#373201 follow-up by JohnAlbin: Remove old remnants of theme_list().
-rw-r--r-- | modules/system/system.module | 6 |
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 |