diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-22 19:21:34 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-22 19:21:34 +0000 |
commit | 5f4dd61ff0918483e112f8876b03a2fe91035761 (patch) | |
tree | 9ea59e1d0fba72cd7f7b49e8bf74a3bb49f7db2d /includes/common.inc | |
parent | 6d480f580de6fc28e10bdcbf8b2cf506b1b28ee5 (diff) | |
download | brdo-5f4dd61ff0918483e112f8876b03a2fe91035761.tar.gz brdo-5f4dd61ff0918483e112f8876b03a2fe91035761.tar.bz2 |
- Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever been used.
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 8c5300455..6c45281cd 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5018,9 +5018,6 @@ function drupal_common_theme() { 'help' => array( 'variables' => array(), ), - 'submenu' => array( - 'variables' => array('links' => NULL), - ), 'table' => array( 'variables' => array('header' => NULL, 'rows' => NULL, 'attributes' => array(), 'caption' => NULL, 'colgroups' => array(), 'sticky' => TRUE, 'empty' => ''), ), |