Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Mar 14, 2024
1 parent fe51c7f commit 4266135
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,4 @@ public static void setDefaultBrowseIdToField() {
public static boolean isHomeFeed() {
return browseId.equals(DEFAULT_BROWSE_ID);
}

public static boolean isVaildBrowseId() {
return browseId.startsWith("FE");
}
}


0 comments on commit 4266135

Please sign in to comment.