Remove nonsense assert.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-07-15 20:01:06 +00:00
parent 93593f8c15
commit 371eb63816

View File

@ -375,7 +375,6 @@ void InsetCollapsable::cursorPos(BufferView const & bv,
{
if (geometry(bv) == ButtonOnly)
status_ = Open;
LASSERT(geometry(bv) != ButtonOnly, /**/);
InsetText::cursorPos(bv, sl, boundary, x, y);
Dimension const textdim = InsetText::dimension(bv);