remove recently introduced additionla 'fullRebreak' when inserting LyX

files. Not needed anymore


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2003-07-17 11:48:41 +00:00
parent 341e897787
commit 389fc95d77

View File

@ -965,9 +965,6 @@ void BufferView::Pimpl::MenuInsertLyXFile(string const & filen)
else
owner_->message(bformat(_("Could not insert document %1$s"),
disp_fn));
#warning remove this if update() is gone
bv_->text->fullRebreak();
}