]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_funcs.h
More 'standard conformant blurb' nonsense.
[lyx.git] / src / paragraph_funcs.h
index c730090dc8ca8ab037388a07e0952a24efe0c254..cc8722eb446d3dcf303167d96fb99d358064c99f 100644 (file)
@@ -13,7 +13,6 @@
 #define PARAGRAPH_FUNCS_H
 
 #include "ParagraphList.h"
-#include "paragraph.h"
 #include "support/types.h"
 
 class Buffer;
@@ -67,15 +66,11 @@ void latexParagraphs(Buffer const * buf,
                     std::ostream & ofs,
                     TexRow & texrow,
                     LatexRunParams const &,
-                    bool moving_arg,
                     string const & everypar = string());
 
 /// 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);