]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
simplificatons
[lyx.git] / src / insets / insetfoot.h
index 26b7f2f7fa26b1b613531970a9080f4017a8039a..2a64b918726127adba50fea8d8cc33cb2d9206a8 100644 (file)
@@ -28,15 +28,11 @@ public:
        ///
        InsetFoot();
        ///
-       Inset * Clone(Buffer const &) const;
+       Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///
-       Inset::Code LyxCode() const { return Inset::FOOT_CODE; }
+       int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
-       int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
-       ///
-       string const EditMessage() const;
-       ///
-       bool InsertInsetAllowed(Inset * inset) const;
+       string const editMessage() const;
 };
 
 #endif