]> git.lyx.org Git - features.git/blobdiff - src/insets/insetminipage.C
read the Changelog
[features.git] / src / insets / insetminipage.C
index 5cd5e8e3665fba7eab8afd974ab75b15e10a233a..80083833d417dd3138754863c842d8ca2da4510f 100644 (file)
@@ -17,7 +17,6 @@
 #include "gettext.h"
 #include "lyxfont.h"
 #include "BufferView.h"
-#include "Painter.h"
 #include "lyxtext.h"
 #include "insets/insettext.h"
 #include "support/LOstream.h"
@@ -112,14 +111,3 @@ bool InsetMinipage::InsertInsetAllowed(Inset * in) const
        }
        return true;
 }
-
-
-#if 0
-LyXFont InsetMinipage::GetDrawFont(BufferView * bv,
-                                  LyXParagraph * p, int pos) const
-{
-       LyXFont fn = getLyXText(bv)->GetFont(bv->buffer(), p, pos);
-       fn.decSize().decSize();
-       return fn;
-}
-#endif