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:
Abdelrazak Younes 2007-01-01 09:59:11 +00:00
parent 79d7691614
commit e58397400c

View File

@ -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();