From 06a0e00ad1a26cda6a91d6f76ddac52af243dba9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 29 May 2002 12:23:43 +0000 Subject: [PATCH] remove unneeded #include and part of comment that's no in insets/ git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4262 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/GraphicsImage.C | 3 ++- src/graphics/GraphicsParams.h | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/graphics/GraphicsImage.C b/src/graphics/GraphicsImage.C index 5f4b4c5fa7..9572daef52 100644 --- a/src/graphics/GraphicsImage.C +++ b/src/graphics/GraphicsImage.C @@ -15,7 +15,7 @@ #include "GraphicsImage.h" #include "GraphicsParams.h" -#include + namespace grfx { @@ -56,4 +56,5 @@ GImage::getScaledDimensions(GParams const & params) const return std::make_pair(width, height); } + } // namespace grfx diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index 58a4b11a89..cbe4139330 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -7,9 +7,6 @@ * \author Angus Leeming * * Used internally by the GraphicsCache. - * Only a subset of InsetGraphicsParams is needed for display purposes. - * The GraphicsParams c-tor also interrogates lyxrc to ascertain whether - * to display or not. */ #ifndef GRAPHICSPARAMS_H -- 2.39.5