Skip to content

Commit

Permalink
style(menu): removes unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 4, 2017
1 parent 5a4c609 commit c65bb4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ export class Menu implements RootNode {
return this._isEnabled && !this._isPane;
}

_isSideContent(): boolean {
return true;
}

/**
* @private
*/
Expand Down

0 comments on commit c65bb4e

Please sign in to comment.