Remove shouldShowSubscribersProperty() from SubscribableInterface

Summary:
Every caller returns `true`. This was added a long time ago for Projects, but projects are no longer subscribable.

I don't anticipate needing this in the future.

Test Plan: Grepped for this method.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D15409
This commit is contained in:
epriestley
2016-03-05 14:53:44 -08:00
parent 220230e08c
commit abb4c03b47
25 changed files with 0 additions and 107 deletions

View File

@@ -194,9 +194,6 @@ final class PhrictionDocument extends PhrictionDAO
return false;
}
public function shouldShowSubscribersProperty() {
return true;
}
/* -( PhabricatorApplicationTransactionInterface )------------------------- */