diff --git a/core/modules/update/update.module b/core/modules/update/update.module index 1dbfcf9..06f2dd6 100644 --- a/core/modules/update/update.module +++ b/core/modules/update/update.module @@ -172,10 +172,6 @@ function update_manager_access() { */ function update_theme() { return array( - 'update_manager_update_form' => array( - 'render element' => 'form', - 'file' => 'update.manager.inc', - ), 'update_last_check' => array( 'variables' => array('last' => 0), 'template' => 'update-last-check',