]> git.lyx.org Git - lyx.git/commitdiff
remove unneeded #include and part of comment that's no in insets/
authorAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 12:23:43 +0000 (12:23 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 29 May 2002 12:23:43 +0000 (12:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4262 a592a061-630c-0410-9148-cb99ea01b6c8

src/graphics/GraphicsImage.C
src/graphics/GraphicsParams.h

index 5f4b4c5fa775bf1b410c63a06558f7ad1e868bcf..9572daef527eb1cb94f3b663273ea82d24f52a67 100644 (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
index 58a4b11a898232fc4f996834d7c6333defa02df4..cbe41393303b03f93522eb263919924af0d35318 100644 (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