From 475cb7bf60a504181ef1c0f93d285a229df90a17 Mon Sep 17 00:00:00 2001 From: dongli Date: Fri, 19 Aug 2022 07:13:21 +0000 Subject: [PATCH] Remove the unused code. --- module/action/control.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/module/action/control.php b/module/action/control.php index 48253b46d5..c7926adfc5 100755 --- a/module/action/control.php +++ b/module/action/control.php @@ -115,11 +115,6 @@ class action extends control $preferredType = $preferredType + $toPreferredType; } -<<<<<<< HEAD -======= -<<<<<<< Updated upstream -======= ->>>>>>> 730c63859893f773f598f4b484b2c349bebd23cd /* Get the project name of executions. */ if($browseType == 'execution') { @@ -130,10 +125,6 @@ class action extends control $this->view->projectList = $projectList; } -<<<<<<< HEAD -======= ->>>>>>> Stashed changes ->>>>>>> 730c63859893f773f598f4b484b2c349bebd23cd /* Title and position. */ $this->view->title = $this->lang->action->trash; $this->view->position[] = $this->lang->action->trash;