X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FGraphicsParams.h;h=a7b7c8ffa424cac72e383b2b8a2edc20f54f4786;hb=8a69ffd3bfaa4ab23b281a38b9a65f0a8550c997;hp=d086a2585765856d57d87219c4ad7d2834b14df1;hpb=b749e175c60c1c1f785cd9418fff8934fe2cffbe;p=features.git diff --git a/src/graphics/GraphicsParams.h b/src/graphics/GraphicsParams.h index d086a25857..a7b7c8ffa4 100644 --- a/src/graphics/GraphicsParams.h +++ b/src/graphics/GraphicsParams.h @@ -72,12 +72,6 @@ public: */ /// Rotation angle. double angle; - - /** The icon to be displayed to the top-left corner of an image. - * It is mutable because an icon reflects a temporary state of - * the image, and is variable. - */ - mutable std::string icon; }; bool operator==(Params const &, Params const &);