Remove dead code

This commit is contained in:
Nathan Sobo
2015-05-13 22:50:05 +02:00
parent dc473698a9
commit a7550666dd

View File

@@ -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