]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Fix loop when opening TOC widget in an empty document, basically by Richard Heck.
[lyx.git] / src / lyxtext.h
index c3aca05ac69fde57c5312b7290926ca31d0e12ac..49a4c97a3ec1557c289ce07390ef4d18eed5e2b9 100644 (file)
@@ -62,9 +62,6 @@ public:
        ///
        void setCharFont(Buffer const & buffer, pit_type pit, pos_type pos,
                LyXFont const & font);
-       ///
-       void setCharFont(Buffer const & buffer, pit_type pit, pos_type pos,
-               LyXFont const & font, bool toggleall);
 
        /// what you expect when pressing \<enter\> at cursor position
        void breakParagraph(LCursor & cur, bool keep_layout = false);