mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
[ace2inner] remove unused recolorLineByKey that was part of old recolor module
This commit is contained in:
parent
3dc844eb08
commit
a714f63597
1 changed files with 0 additions and 10 deletions
|
@ -551,16 +551,6 @@ function Ace2Inner(){
|
||||||
}
|
}
|
||||||
editorInfo.ace_inCallStackIfNecessary = inCallStackIfNecessary;
|
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()
|
function dispose()
|
||||||
{
|
{
|
||||||
disposed = true;
|
disposed = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue