]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetGraphicsParams.h
index 77423c02b85a730374c85b8ffa189e48397986cd..5a321ecc6a7dbba5dcaab9a24958bc56d81a25f4 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "graphics/GraphicsTypes.h"
 #include "Length.h"
-#include "support/FileName.h"
 #include "EmbeddedFiles.h"
 
 namespace lyx {
@@ -61,10 +60,6 @@ public:
        std::string rotateAngle;
        /// Origin point of rotation
        std::string rotateOrigin;
-       /// Do we have a subcaption?
-       bool subcaption;
-       /// The text of the subcaption.
-       std::string subcaptionText;
        /// any userdefined special command
        std::string special;
 
@@ -73,16 +68,16 @@ public:
        ///
        InsetGraphicsParams(InsetGraphicsParams const &);
        ///
-       InsetGraphicsParams & operator=(InsetGraphicsParams const &);
+       void operator=(InsetGraphicsParams const &);
        /// Save the parameters in the LyX format stream.
        /// Buffer is needed to figure out if a figure is embedded.
        void Write(std::ostream & os, Buffer const & buf) const;
        /// If the token belongs to our parameters, read it.
        bool Read(Lexer & lex, std::string const & token, std::string const & bufpath);
        /// convert
-  // Only a subset of InsetGraphicsParams is needed for display purposes.
-  // This function also interrogates lyxrc to ascertain whether
-  // to display or not.
+       // Only a subset of InsetGraphicsParams is needed for display purposes.
+       // This function also interrogates lyxrc to ascertain whether
+       // to display or not.
        graphics::Params as_grfxParams() const;
 
 private: