]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsParams.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / graphics / GraphicsParams.h
index d086a2585765856d57d87219c4ad7d2834b14df1..a7b7c8ffa424cac72e383b2b8a2edc20f54f4786 100644 (file)
@@ -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 &);