style(menu): removes unused method

This commit is contained in:
Manu Mtz.-Almeida
2017-03-04 19:21:21 +01:00
parent 5a4c6093a7
commit c65bb4e64b

View File

@@ -570,10 +570,6 @@ export class Menu implements RootNode {
return this._isEnabled && !this._isPane;
}
_isSideContent(): boolean {
return true;
}
/**
* @private
*/