]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / paragraph_funcs.h
index 80043153131ae456e3850ae4db4baca8b742511d..cc8722eb446d3dcf303167d96fb99d358064c99f 100644 (file)
@@ -71,9 +71,6 @@ void latexParagraphs(Buffer const * buf,
 /// read a paragraph from a .lyx file. Returns number of unrecognised tokens
 int readParagraph(Buffer & buf, Paragraph & par, LyXLex & lex);
 
-LyXFont const realizeFont(LyXFont const & font,
-                         BufferParams const & params);
-
 LyXFont const outerFont(ParagraphList::iterator pit,
                        ParagraphList const & plist);