remove pointless clear() in constructor (reported by Lars)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17383 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-02-28 20:58:15 +00:00
parent f36359c7f1
commit 136403d64b

View File

@ -224,7 +224,6 @@ LyX::LyX()
{
singleton_ = this;
pimpl_.reset(new Singletons);
geometryArg.clear();
}