]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetinfo.C
index da55067adfffd9a09d4d64fd4ecd3ee50a003eca..dfc580636b2e938266ae7904f79c91bedf317dbe 100644 (file)
@@ -82,12 +82,7 @@ void InsetInfo::draw(BufferView * bv, LyXFont const &,
                     int baseline, float & x, bool) const
 {
        Painter & pain = bv->painter();
-#if 0
-       LyXFont font(f);
-       
-       // Info-insets are never LaTeX, so just correct the font
-       font.setLatex(LyXFont::OFF).setColor(LColor::note);
-#endif
+
        // Draw as "Note" in a yellow box
        x += 1;
        pain.fillRectangle(int(x), baseline - ascent(bv, labelfont),