From 09a5460f2cb06621ffc90c360d0b783712fa56c3 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 23 Aug 2022 16:07:05 -0400 Subject: [PATCH] unused functions --- CRM/Upgrade/Form.php | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/CRM/Upgrade/Form.php b/CRM/Upgrade/Form.php index 7f4903ec44cb..f7ce060a4561 100644 --- a/CRM/Upgrade/Form.php +++ b/CRM/Upgrade/Form.php @@ -221,36 +221,6 @@ public function getButtonTitle() { return ts('Continue'); } - /** - * Use the form name to create the tpl file name. - * - * @return string - */ - - /** - * @return string - */ - public function getTemplateFileName() { - $this->assign('title', - $this->getFieldsetTitle() - ); - $this->assign('message', - $this->getTemplateMessage() - ); - return 'CRM/Upgrade/Base.tpl'; - } - - public function postProcess() { - $this->upgrade(); - - if (!$this->verifyPostDBState($errorMessage)) { - if (!isset($errorMessage)) { - $errorMessage = 'post-condition failed for current upgrade step'; - } - throw new CRM_Core_Exception($errorMessage); - } - } - /** * @param $version *