From: André Pönitz Date: Wed, 29 May 2002 12:23:43 +0000 (+0000) Subject: remove unneeded #include and part of comment that's no in insets/ X-Git-Tag: 1.6.10~19186 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=06a0e00ad1a26cda6a91d6f76ddac52af243dba9;p=lyx.git 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 --- 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