Remove unneeded componentWillUnmount method

It's defined in the SubscriberMixin
This commit is contained in:
Nathan Sobo
2014-04-23 11:41:08 -06:00
parent 2574ee5936
commit 16e05347a7

View File

@@ -41,9 +41,6 @@ GutterComponent = React.createClass
div className: 'line-numbers', style: style,
lineNumbers
componentWillUnmount: ->
@unsubscribe()
# Only update the gutter if the visible row range has changed or if a
# non-zero-delta change to the screen lines has occurred within the current
# visible row range.