remove commented out code

This commit is contained in:
Cassie Tarakajian 2017-11-14 17:03:55 -05:00
parent 929404a037
commit 9fcef30053
1 changed files with 0 additions and 5 deletions

View File

@ -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);