remove commented out code
This commit is contained in:
parent
929404a037
commit
9fcef30053
1 changed files with 0 additions and 5 deletions
|
@ -17,7 +17,6 @@ class Preferences extends React.Component {
|
|||
this.handleUpdateFont = this.handleUpdateFont.bind(this);
|
||||
this.handleUpdateIndentation = this.handleUpdateIndentation.bind(this);
|
||||
this.handleLintWarning = this.handleLintWarning.bind(this);
|
||||
// this.handleTab = this.handleTab.bind(this);
|
||||
}
|
||||
|
||||
handleUpdateFont(event) {
|
||||
|
@ -46,10 +45,6 @@ class Preferences extends React.Component {
|
|||
this.props.setLintWarning(value);
|
||||
}
|
||||
|
||||
// handleTab(event, TabName) {
|
||||
// this.props.openTab(event, TabName);
|
||||
// }
|
||||
|
||||
render() {
|
||||
const beep = new Audio(beepUrl);
|
||||
|
||||
|
|
Loading…
Reference in a new issue