diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-03 08:12:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-03 08:12:12 +0000 |
commit | d4193f5178141a3474a08a8f2e77107a5fd5e0a0 (patch) | |
tree | 3fcf73f761d01c808332b53d095c56ed21b83759 /includes/common.inc | |
parent | ac5e86e05cf4647a9ecf37d6978fa04ed1b89e24 (diff) | |
download | brdo-d4193f5178141a3474a08a8f2e77107a5fd5e0a0.tar.gz brdo-d4193f5178141a3474a08a8f2e77107a5fd5e0a0.tar.bz2 |
- Patch #172571 by mgifford, lilou: remove theme_xml_icon because it is not used and we have theme_feed_icon.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/common.inc b/includes/common.inc index 1bc551260..10c75468a 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3679,9 +3679,6 @@ function drupal_common_theme() { 'more_help_link' => array( 'arguments' => array('url' => NULL), ), - 'xml_icon' => array( - 'arguments' => array('url' => NULL), - ), 'feed_icon' => array( 'arguments' => array('url' => NULL, 'title' => NULL), ), |