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
This commit is contained in:
André Pönitz 2002-05-29 12:23:43 +00:00
parent f946f89871
commit 06a0e00ad1
2 changed files with 2 additions and 4 deletions

View File

@ -15,7 +15,7 @@
#include "GraphicsImage.h"
#include "GraphicsParams.h"
#include <iostream>
namespace grfx {
@ -56,4 +56,5 @@ GImage::getScaledDimensions(GParams const & params) const
return std::make_pair(width, height);
}
} // namespace grfx

View File

@ -7,9 +7,6 @@
* \author Angus Leeming <a.leeming@ic.ac.uk>
*
* 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