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:
Abdelrazak Younes 2007-09-15 17:32:11 +00:00
parent 7efb007296
commit 3772f193cc

View File

@ -17,8 +17,6 @@
#include "GraphicsParams.h" #include "GraphicsParams.h"
#include "LoaderQueue.h" #include "LoaderQueue.h"
#include "callback.h"
#include <boost/bind.hpp> #include <boost/bind.hpp>
@ -208,7 +206,6 @@ Loader::Impl::Impl()
Loader::Impl::~Impl() Loader::Impl::~Impl()
{ {
if (!quitting)
resetFile(FileName()); resetFile(FileName());
} }