[ace2_inner] remove unused getLineKeyForOffset that was part of old recolor module

pull/2028/head
webzwo0i 2013-12-08 17:21:53 +01:00
parent eee355979d
commit 3dc844eb08
1 changed files with 0 additions and 6 deletions

View File

@ -561,12 +561,6 @@ function Ace2Inner(){
}
}
function getLineKeyForOffset(charOffset)
{
return rep.lines.atOffset(charOffset).key;
}
function dispose()
{
disposed = true;