X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FCursor.h;h=38ddad3502c314f36410d66c76965e567d4ce467;hb=bed546d6f6aab7c32ef51d61edd120e18089da53;hp=3d3db5daa2b78bd2c481ddcbc6536caf6c58453d;hpb=f7a11ca7115064710b98bedc64d724ca15362527;p=lyx.git diff --git a/src/Cursor.h b/src/Cursor.h index 3d3db5daa2..38ddad3502 100644 --- a/src/Cursor.h +++ b/src/Cursor.h @@ -183,8 +183,6 @@ public: void beginUndoGroup() const; /// end the current undo group void endUndoGroup() const; - /// end abruptly the current group and create a new one wih the same nesting level - void splitUndoGroup() const; /// The general case: prepare undo for an arbitrary range. void recordUndo(pit_type from, pit_type to) const;