]> git.lyx.org Git - features.git/commitdiff
revert rev 20291, a better fix was found in rev 20293
authorAbdelrazak Younes <younes@lyx.org>
Sat, 15 Sep 2007 17:32:11 +0000 (17:32 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 15 Sep 2007 17:32:11 +0000 (17:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20294 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsLoader.cpp

index e175ba5c754dda37aa10b46cad2b29cd0ee6f32b..1863725a7f01e0a8bbd69ba2cb7e28b4bb61821f 100644 (file)
@@ -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());
 }