From 401a7ad2dde3b30f39e9bdbc515ea5270c919e6f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 29 Mar 2010 22:58:34 +0000 Subject: #373201 follow-up by JohnAlbin: Remove old remnants of theme_list(). --- modules/system/system.module | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/system/system.module') 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 -- cgit v1.2.3