mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Following depm sanitization, the assertion was bogus when entering an inset.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16453 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
79d7691614
commit
e58397400c
@ -1281,8 +1281,6 @@ bool LyXText::deleteEmptyParagraphMechanism(LCursor & cur,
|
||||
LCursor & old, bool & need_anchor_change)
|
||||
{
|
||||
//lyxerr[Debug::DEBUG] << "DEPM: cur:\n" << cur << "old:\n" << old << endl;
|
||||
// old should point to us
|
||||
BOOST_ASSERT(old.text() == this);
|
||||
|
||||
Paragraph & oldpar = old.paragraph();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user