Remove Package::isActive

It didn't seem needed anymore
This commit is contained in:
probablycorey
2014-02-07 11:20:33 -08:00
parent 0f68f095f1
commit 28f0bf645f

View File

@@ -44,9 +44,6 @@ class Package
constructor: (@path) ->
@name = basename(@path)
isActive: ->
atom.packages.isPackageActive(@name)
enable: ->
atom.config.removeAtKeyPath('core.disabledPackages', @metadata.name)