diff --git a/src/tokenized-buffer.coffee b/src/tokenized-buffer.coffee index b41c0e530..97afcd89b 100644 --- a/src/tokenized-buffer.coffee +++ b/src/tokenized-buffer.coffee @@ -51,10 +51,6 @@ class TokenizedBuffer extends Model tabLength: @tabLength deserializeParams: (params) -> - if params.grammars? - for grammar in params.grammars - atom.syntax.requestGrammarPreload(grammar) - params.buffer = atom.project.bufferForPathSync(params.bufferPath) params