mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #2135 - Bug 1433669/Part 1: Remove dead function
This commit is contained in:
parent
70d493586d
commit
2f9186959c
2 changed files with 0 additions and 29 deletions
|
|
@ -287,10 +287,6 @@ protected:
|
|||
// If the aRange isn't in text node but next to a text node, this method
|
||||
// modifies it in the text node. Otherwise, not modified.
|
||||
nsresult AdjustCollapsedRangeMaybeIntoTextNode(nsRange* aCollapsedRange);
|
||||
// Find the first frame for the range and get the start offset in it.
|
||||
nsresult GetStartFrameAndOffset(const nsRange* aRange,
|
||||
nsIFrame*& aFrame,
|
||||
int32_t& aOffsetInFrame);
|
||||
// Convert the frame relative offset to be relative to the root frame of the
|
||||
// root presContext (but still measured in appUnits of aFrame's presContext).
|
||||
nsresult ConvertToRootRelativeOffset(nsIFrame* aFrame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue