]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
Cleanup mouse/selection/context-menu interactions.
[lyx.git] / src / insets / InsetGraphicsParams.h
index 90274f7b9830c454576711392f337efd840d55d6..5a321ecc6a7dbba5dcaab9a24958bc56d81a25f4 100644 (file)
@@ -60,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;