]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.C
zlib stuff
[lyx.git] / src / paragraph_funcs.C
index 3448b7ced019fdd47766f33c344ffa05d93724fb..b10f4e31d4e5afcc9793c2928d676607bbad0509 100644 (file)
@@ -1021,13 +1021,3 @@ LyXFont const outerFont(ParagraphList::iterator pit,
 
        return tmpfont;
 }
-
-
-LyXFont const realizeFont(LyXFont const & font,
-                         BufferParams const & params)
-{
-       LyXTextClass const & tclass = params.getLyXTextClass();
-       LyXFont tmpfont(font);
-       tmpfont.realize(tclass.defaultfont());
-       return tmpfont;
-}