mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-05 12:21:02 +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);
|
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) {
|
public function setIsFirstMailToRecipients($first) {
|
||||||
$this->isFirstMailToRecipients = $first;
|
$this->isFirstMailToRecipients = $first;
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in a new issue