]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.h
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / lyxfont.h
index 0cfaaf24c5d94dbbcd5427f2a5b60f698dce5032..3d61113748842f910a450ba138a8f5b37518d74f 100644 (file)
@@ -300,16 +300,14 @@ public:
            font state active now.
        */
        int latexWriteStartChanges(odocstream &, LyXFont const & base,
-                                  LyXFont const & prev,
-                                  BufferParams const &) const;
+                                  LyXFont const & prev) const;
 
        /** Writes the tail of the LaTeX needed to change to this font.
            Returns number of chars written. Base is the font state we want
            to achieve.
        */
        int latexWriteEndChanges(odocstream &, LyXFont const & base,
-                                LyXFont const & next,
-                                BufferParams const &) const;
+                                LyXFont const & next) const;
 
 
        /// Build GUI description of font state