]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.C
Store an InsetBase & in MailInset.
[lyx.git] / src / graphics / GraphicsImage.C
index b2cd884d68739cf23c4124d4e788d892874b0134..fd1ae1041ce2ee07c218257e6feccdb635f83469 100644 (file)
@@ -3,19 +3,15 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Baruch Even 
- * \author Angus Leeming 
- * \author Herbert Voss 
+ * \author Baruch Even
+ * \author Angus Leeming
+ * \author Herbert Voss
  *
  * Full author contact details are available in file CREDITS
  */
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "GraphicsImage.h"
 #include "GraphicsParams.h"
 #include "debug.h"
@@ -58,4 +54,3 @@ Image::getScaledDimensions(Params const & params) const
 }
 
 } // namespace grfx
-