mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
skiplist: Delete unused methods
This commit is contained in:
parent
f650c3d73e
commit
e3d32a26b6
1 changed files with 0 additions and 2 deletions
|
@ -335,8 +335,6 @@ that is a string.
|
||||||
return self.indexOfEntry(self.atOffset(offset));
|
return self.indexOfEntry(self.atOffset(offset));
|
||||||
},
|
},
|
||||||
search: (entryFunc) => _search(entryFunc),
|
search: (entryFunc) => _search(entryFunc),
|
||||||
debugGetPoint: _getPoint,
|
|
||||||
debugDepth: () => start.levels,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue