mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unneeded componentWillUnmount method
It's defined in the SubscriberMixin
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user