]> git.lyx.org Git - features.git/blobdiff - src/Text.h
Improve DEPM
[features.git] / src / Text.h
index f09acc814b7045878a61364361d2bbda8dcc68c5..b54277beefa3069b5d676fc5cb94d934e5cfd9cd 100644 (file)
@@ -348,10 +348,6 @@ private:
        /// The InsetText owner shall have access to everything.
        friend class InsetText;
 
-       // fix the cursor `cur' after a characters has been deleted at `where'
-       // position. Called by deleteEmptyParagraphMechanism
-       static void fixCursorAfterDelete(CursorSlice & cur, CursorSlice const & where);
-
        // At cursor position 0, try to merge the paragraph with the one before it.
        // Ignore change tracking, i.e., physically remove the end-of-par character
        bool backspacePos0(Cursor & cur);