]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / paragraph_funcs.h
index 1567edca17eff4db694326247c8269ae8f399f93..cc8722eb446d3dcf303167d96fb99d358064c99f 100644 (file)
@@ -13,7 +13,6 @@
 #define PARAGRAPH_FUNCS_H
 
 #include "ParagraphList.h"
-#include "paragraph.h"
 #include "support/types.h"
 
 class Buffer;
@@ -72,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);