1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

Remove addHighlight() action view methods

Summary: These didn't actually get used by D19033.

Test Plan: Grep.

Differential Revision: https://secure.phabricator.com/D19034
This commit is contained in:
epriestley 2018-02-08 11:40:12 -08:00
parent ab04d2179b
commit 705ff8d33d

View file

@ -21,7 +21,6 @@ final class PhabricatorActionView extends AphrontView {
private $order;
private $color;
private $type;
private $highlight;
const TYPE_DIVIDER = 'type-divider';
const TYPE_LABEL = 'label';
@ -73,15 +72,6 @@ final class PhabricatorActionView extends AphrontView {
return $this->href;
}
public function setHighlight($highlight) {
$this->highlight = $highlight;
return $this;
}
public function getHighlight() {
return $this->highlight;
}
public function setIcon($icon) {
$this->icon = $icon;
return $this;