Remove unused 'tapped' and 'blank' functions
This commit is contained in:
parent
aa6d55c6c6
commit
3f5440ab16
2 changed files with 2 additions and 31 deletions
|
|
@ -43,9 +43,6 @@ class App extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
entriesTapped = () => {
|
||||
};
|
||||
|
||||
handleRequestClose = () => {
|
||||
this.props.contextMenuActions.closeContextMenu()
|
||||
};
|
||||
|
|
@ -82,7 +79,6 @@ class App extends React.Component {
|
|||
<LibraryNav
|
||||
id="library-nav"
|
||||
ref="libraryNav"
|
||||
entriesTapped={this.entriesTapped}
|
||||
className="left inline fill-height"
|
||||
navigation={navigation}
|
||||
{...navigationActions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue