mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
f946f89871
commit
06a0e00ad1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user