From 3772f193cc9cb8cffe9d4068682eb6292907f512 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 15 Sep 2007 17:32:11 +0000 Subject: [PATCH] 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 --- src/graphics/GraphicsLoader.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/graphics/GraphicsLoader.cpp b/src/graphics/GraphicsLoader.cpp index e175ba5c75..1863725a7f 100644 --- a/src/graphics/GraphicsLoader.cpp +++ b/src/graphics/GraphicsLoader.cpp @@ -17,8 +17,6 @@ #include "GraphicsParams.h" #include "LoaderQueue.h" -#include "callback.h" - #include @@ -208,8 +206,7 @@ Loader::Impl::Impl() Loader::Impl::~Impl() { - if (!quitting) - resetFile(FileName()); + resetFile(FileName()); }