]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfootlike.C
prepare for 1.1.6pre2
[lyx.git] / src / insets / insetfootlike.C
index e6e448052d670a31668fc4c7e2b7109a991f6210..20b28ad568c6d2243827fc20d78893a8dde3e92d 100644 (file)
@@ -3,7 +3,7 @@
  * 
  *           LyX, The Document Processor
  *      
- *          Copyright 1998 The LyX Team.
+ *          Copyright 2000 The LyX Team.
  *
  * ======================================================
  */
@@ -16,7 +16,7 @@
 
 #include "insetfootlike.h"
 #include "lyxfont.h"
-#include "BufferView.h"
+#include "buffer.h"
 #include "lyxtext.h"
 #include "support/LOstream.h"
 
@@ -40,14 +40,3 @@ void InsetFootlike::Write(Buffer const * buf, ostream & os) const
        os << getInsetName() << "\n";
        InsetCollapsable::Write(buf, os);
 }
-
-
-#if 0
-LyXFont InsetFootlike::GetDrawFont(BufferView * bv,
-                                  LyXParagraph * p, int pos) const
-{
-       LyXFont fn = getLyXText(bv)->GetFont(bv->buffer(), p, pos);
-       fn.decSize().decSize();
-       return fn;
-}
-#endif