mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Remove dead code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user