From aef33d4a98b7e44da76bb4fe71998499d014da9a Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 6 Sep 2023 10:58:16 +0800 Subject: [PATCH] - Remove testcase::saveXmindConfig. --- module/testcase/control.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/module/testcase/control.php b/module/testcase/control.php index 1fe82699e0..099307d103 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -1712,18 +1712,6 @@ class testcase extends control $this->display(); } - /** - * Save xmind config. - * - * @access public - * @return void - */ - public function saveXmindConfig() - { - $result = $this->testcase->saveXmindConfig(); - $this->send($result); - } - /** * Save imported xmind. *