mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Removed unused renderStatus() from PhabricatorProjectSubprojectsController
Summary: rPfc9db6e2a2ee929f56eb40530bb6f1fc1b75f563 introduced `private function renderStatus()`. All calls to this method were removed in rP29cfcc82ef7f84580e798aebeb2abcb8ffec57d7. Thus remove this unused method. Test Plan: Read/grep the code in `PhabricatorProjectSubprojectsController`. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25717
This commit is contained in:
parent
fec00256be
commit
c3aa581f84
1 changed files with 0 additions and 12 deletions
|
@ -212,16 +212,4 @@ final class PhabricatorProjectSubprojectsController
|
||||||
return $curtain;
|
return $curtain;
|
||||||
}
|
}
|
||||||
|
|
||||||
private function renderStatus($icon, $target, $note) {
|
|
||||||
$item = id(new PHUIStatusItemView())
|
|
||||||
->setIcon($icon)
|
|
||||||
->setTarget(phutil_tag('strong', array(), $target))
|
|
||||||
->setNote($note);
|
|
||||||
|
|
||||||
return id(new PHUIStatusListView())
|
|
||||||
->addItem($item);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue