Don't emit grammars-loaded event

This commit is contained in:
Corey Johnson & Nathan Sobo
2013-04-03 18:24:02 -06:00
parent 5c9dd50e39
commit 2f4bbd90a6

View File

@@ -13,7 +13,6 @@ class TextMatePackage extends Package
@getLoadQueue: ->
return @loadQueue if @loadQueue
@loadQueue = async.queue (pack, done) -> pack.loadGrammars(done)
@loadQueue.drain = -> syntax.trigger 'grammars-loaded'
@loadQueue
constructor: ->