diff --git a/src/tokenized-line.coffee b/src/tokenized-line.coffee index 012d68996..cbc56da99 100644 --- a/src/tokenized-line.coffee +++ b/src/tokenized-line.coffee @@ -174,16 +174,6 @@ class TokenizedLine new Token(tokenProperties) - buildText: -> - text = "" - text += token.value for token in @tokens - text - - buildBufferDelta: -> - delta = 0 - delta += token.bufferDelta for token in @tokens - delta - copy: -> copy = new TokenizedLine copy.indentLevel = @indentLevel