Remove unused state variable (#268)

This commit is contained in:
Marc Bachmann 2016-07-19 01:58:50 +02:00 committed by Guillermo Rauch
parent e073de9aea
commit b6e5bf63c7

View file

@ -7,7 +7,6 @@ export default class Term extends Component {
constructor (props) {
super(props);
this.state = { scrollable: false };
this.onWheel = this.onWheel.bind(this);
this.onScrollEnter = this.onScrollEnter.bind(this);
this.onScrollLeave = this.onScrollLeave.bind(this);