X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettheorem.C;h=4394b3ac234fcac7cbef3e4cfd827180feda6cf3;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=388d876ccdabbf7bb7ff6c5a4f093705d74f0de7;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/insets/insettheorem.C b/src/insets/insettheorem.C index 388d876ccd..4394b3ac23 100644 --- a/src/insets/insettheorem.C +++ b/src/insets/insettheorem.C @@ -18,7 +18,6 @@ #include "gettext.h" #include "lyxfont.h" #include "BufferView.h" -#include "Painter.h" #include "lyxtext.h" #include "support/LOstream.h" #include "debug.h" @@ -92,14 +91,3 @@ bool InsetTheorem::InsertInsetAllowed(Inset * inset) const } return true; } - - -#if 0 -LyXFont InsetTheorem::GetDrawFont(BufferView * bv, - LyXParagraph * p, int pos) const -{ - LyXFont fn = getLyXText(bv)->GetFont(bv->buffer(), p, pos); - fn.decSize().decSize(); - return fn; -} -#endif