diff --git a/module/gitlab/model.php b/module/gitlab/model.php index 568d05c41f..d849c5d6d4 100644 --- a/module/gitlab/model.php +++ b/module/gitlab/model.php @@ -911,20 +911,6 @@ class gitlabModel extends model commonModel::http($url, $options = array(CURLOPT_CUSTOMREQUEST => 'DELETE')); } - public function pushTask($gitlabID, $projectID, $task) - { - $task->label = $this->config->gitlab->taskLabel->name; - $response = $this->apiCreateIssue($gitlabID, $projectID, $task); - return $response; - } - - public function pushBug($gitlabID, $projectID, $bug) - { - $bug->label = $this->config->gitlab->bugLabel->name; - $response = $this->apiCreateIssue($gitlabID, $projectID, $bug); - return $response; - } - /** * webhook check token. *