]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.h
This is the last of the commits that hopes to enforce the distinction between "layout...
[features.git] / src / insets / InsetCaption.h
index b3dce709daca9edecb1d2b821c63daf2b9e9ef86..837aaa442ba2606bf2f56c4b6ef353bf6d50287a 100644 (file)
@@ -16,8 +16,6 @@
 
 namespace lyx {
 
-class TextClass;
-
 /** A caption inset
 */
 class InsetCaption : public InsetText {
@@ -90,8 +88,6 @@ private:
        std::string type_;
        ///
        docstring custom_label_;
-       ///
-       TextClass const & textclass_;
 };