Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jun 23, 2016
1 parent b0aa88b commit 437859f
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -162,14 +162,6 @@ public void pushBreadcrumb(Breadcrumb breadcrumb) {
getBreadcrumbs().add(breadcrumb);
}

public Breadcrumb popBreadcrumb() {
if (getBreadcrumbs().isEmpty()) {
return null;
}

return getBreadcrumbs().remove(getBreadcrumbs().size() - 1);
}

public Breadcrumb peekBreadcrumb() {
if (getBreadcrumbs().isEmpty()) {
return null;
Expand Down

0 comments on commit 437859f

Please sign in to comment.