]> git.lyx.org Git - features.git/commitdiff
remove unused declaration
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 14 Apr 2007 11:15:50 +0000 (11:15 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 14 Apr 2007 11:15:50 +0000 (11:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17806 a592a061-630c-0410-9148-cb99ea01b6c8

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);