1
0
Fork 0
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:
vrana 2012-06-14 18:22:59 -07:00
parent 0acb7734cd
commit ec819c068c

View file

@ -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;