[ace2inner] remove unused recolorLineByKey that was part of old recolor module

This commit is contained in:
webzwo0i 2013-12-08 17:22:20 +01:00
parent 3dc844eb08
commit a714f63597

View file

@ -551,16 +551,6 @@ function Ace2Inner(){
}
editorInfo.ace_inCallStackIfNecessary = inCallStackIfNecessary;
function recolorLineByKey(key)
{
if (rep.lines.containsKey(key))
{
var offset = rep.lines.offsetOfKey(key);
var width = rep.lines.atKey(key).width;
recolorLinesInRange(offset, offset + width);
}
}
function dispose()
{
disposed = true;