]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.h
GuiTabular.cpp: don't hardcode decimal align combobox item
[lyx.git] / src / graphics / GraphicsParams.h
index d086a2585765856d57d87219c4ad7d2834b14df1..7213aaa3a150ba06864cf922c6478eda0bbdd2c5 100644 (file)
@@ -55,7 +55,7 @@ class Params
 public:
        Params();
 
-       DisplayType display;
+       bool display;
        unsigned int scale;
 
        /// The image filename.
@@ -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 &);