Page MenuHomePhabricator

D19034.diff
No OneTemporary

D19034.diff

diff --git a/src/view/layout/PhabricatorActionView.php b/src/view/layout/PhabricatorActionView.php
--- a/src/view/layout/PhabricatorActionView.php
+++ b/src/view/layout/PhabricatorActionView.php
@@ -21,7 +21,6 @@
private $order;
private $color;
private $type;
- private $highlight;
const TYPE_DIVIDER = 'type-divider';
const TYPE_LABEL = 'label';
@@ -73,15 +72,6 @@
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;

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 19, 8:56 PM (5 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707842
Default Alt Text
D19034.diff (681 B)

Event Timeline