From: Abdelrazak Younes Date: Mon, 14 Jul 2008 06:22:41 +0000 (+0000) Subject: reverting the safeguard in 25591. There is an awful lot of things to clean up before... X-Git-Tag: 1.6.10~4089 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f04afc658529802a6fda1e26df9e1d78b161ef2c;p=features.git reverting the safeguard in 25591. There is an awful lot of things to clean up before we can add this safeguard!!! git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25592 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyX.cpp b/src/LyX.cpp index 2c6808d47b..5ff73f64ea 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -179,7 +179,6 @@ frontend::Application * theApp() LyX::~LyX() { delete pimpl_; - singleton_ = 0; }