mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
revert rev 20291, a better fix was found in rev 20293
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20294 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7efb007296
commit
3772f193cc
@ -17,8 +17,6 @@
|
||||
#include "GraphicsParams.h"
|
||||
#include "LoaderQueue.h"
|
||||
|
||||
#include "callback.h"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
||||
@ -208,8 +206,7 @@ Loader::Impl::Impl()
|
||||
|
||||
Loader::Impl::~Impl()
|
||||
{
|
||||
if (!quitting)
|
||||
resetFile(FileName());
|
||||
resetFile(FileName());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user