Drop attach/remove hook support for legacy SpacePen views

This commit is contained in:
Nathan Sobo
2015-09-03 16:19:02 -06:00
parent 0ab27610e5
commit e343125486
5 changed files with 1 additions and 12 deletions

View File

@@ -3,7 +3,6 @@ path = require 'path'
{Disposable, CompositeDisposable} = require 'event-kit'
Grim = require 'grim'
scrollbarStyle = require 'scrollbar-style'
{callAttachHooks} = require 'space-pen'
module.exports =
class WorkspaceElement extends HTMLElement
@@ -16,7 +15,6 @@ class WorkspaceElement extends HTMLElement
@observeTextEditorFontConfig()
attachedCallback: ->
callAttachHooks(this) if Grim.includeDeprecatedAPIs
@focus()
detachedCallback: ->