Skip to content

Commit

Permalink
Remove unused method from SiteModel
Browse files Browse the repository at this point in the history
  • Loading branch information
RenanLukas committed Jul 10, 2023
1 parent 7e1adbc commit 4f156ab
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1085,10 +1085,6 @@ public boolean isHostedAtWPCom() {
return !isJetpackInstalled();
}

public List<String> getPlanActiveFeaturesList() {
return Arrays.asList(mPlanActiveFeatures.split(","));
}

public String getPlanActiveFeatures() {
return mPlanActiveFeatures;
}
Expand Down

0 comments on commit 4f156ab

Please sign in to comment.