From: Michael Schmitt Date: Wed, 28 Feb 2007 20:58:15 +0000 (+0000) Subject: remove pointless clear() in constructor (reported by Lars) X-Git-Tag: 1.6.10~10646 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=136403d64b939ca55ec1661465db0fa9248f3a61;p=features.git 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 --- diff --git a/src/lyx_main.C b/src/lyx_main.C index b881f3d78f..0b59f51e92 100644 --- a/src/lyx_main.C +++ b/src/lyx_main.C @@ -224,7 +224,6 @@ LyX::LyX() { singleton_ = this; pimpl_.reset(new Singletons); - geometryArg.clear(); }