From f04afc658529802a6fda1e26df9e1d78b161ef2c Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Mon, 14 Jul 2008 06:22:41 +0000 Subject: [PATCH] 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 --- src/LyX.cpp | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2