mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
Delete methods unused since D2664
This commit is contained in:
parent
0acb7734cd
commit
ec819c068c
1 changed files with 0 additions and 9 deletions
|
@ -379,15 +379,6 @@ EOTEXT;
|
|||
return implode("\n", $body);
|
||||
}
|
||||
|
||||
public function renderRevisionDetailLink() {
|
||||
$uri = $this->getRevisionURI();
|
||||
return "REVISION DETAIL\n {$uri}";
|
||||
}
|
||||
|
||||
public function getRevisionURI() {
|
||||
return PhabricatorEnv::getProductionURI('/D'.$this->getRevision()->getID());
|
||||
}
|
||||
|
||||
public function setIsFirstMailToRecipients($first) {
|
||||
$this->isFirstMailToRecipients = $first;
|
||||
return $this;
|
||||
|
|
Loading…
Reference in a new issue