Remove unneeded assertion.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22205 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-18 10:14:01 +00:00
parent b8513d13e5
commit 5df6a11820

View File

@ -155,7 +155,6 @@ string FileName::absFilename() const
void FileName::set(string const & name)
{
d->fi.setFile(toqstr(name));
BOOST_ASSERT(d->fi.isAbsolute());
}