]> git.lyx.org Git - features.git/commitdiff
reverting the safeguard in 25591. There is an awful lot of things to clean up before...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 14 Jul 2008 06:22:41 +0000 (06:22 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 14 Jul 2008 06:22:41 +0000 (06:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25592 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyX.cpp

index 2c6808d47befef666428ee09ca47acb6019416ad..5ff73f64eaf9a7b92987944b6c9627c3377d7f03 100644 (file)
@@ -179,7 +179,6 @@ frontend::Application * theApp()
 LyX::~LyX()
 {
        delete pimpl_;
-       singleton_ = 0;
 }