]> git.lyx.org Git - features.git/blobdiff - src/insets/insettheorem.h
read the Changelog
[features.git] / src / insets / insettheorem.h
index e3d3a92cab6412eb3624bcc61d1fd3bbe5b844a7..46485caa0658de58cc04e596bd8cc419101664b7 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "insetcollapsable.h"
 
-/** The footnote inset
+/** The theorem inset
   
 */
 class InsetTheorem : public InsetCollapsable {
@@ -39,8 +39,6 @@ public:
        const char * EditMessage() const;
        ///
        bool InsertInsetAllowed(Inset * inset) const;
-       ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif