]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.h
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetfootlike.h
index ab2eeb0f976f6e2487f0820bfcf2259d0204f0fe..c0e98fe94b95d2d314f810a2a83f32fbce15a01f 100644 (file)
@@ -20,6 +20,8 @@
 
 #include "insetcollapsable.h"
 
+// To have this class is probably a bit overkill... (Lgb)
+
 /** The footnote inset
   
 */
@@ -29,8 +31,6 @@ public:
        InsetFootlike();
        ///
        void Write(Buffer const * buf, std::ostream & os) const;
-       ///
-       //LyXFont GetDrawFont(BufferView *, LyXParagraph * par, int pos) const;
 };
 
 #endif