[ace2_inner] remove unused getLineKeyForOffset that was part of old recolor module
This commit is contained in:
parent
eee355979d
commit
3dc844eb08
1 changed files with 0 additions and 6 deletions
|
@ -561,12 +561,6 @@ function Ace2Inner(){
|
|||
}
|
||||
}
|
||||
|
||||
function getLineKeyForOffset(charOffset)
|
||||
{
|
||||
return rep.lines.atOffset(charOffset).key;
|
||||
}
|
||||
|
||||
|
||||
function dispose()
|
||||
{
|
||||
disposed = true;
|
||||
|
|
Loading…
Reference in a new issue