From: Georg Baum Date: Sat, 14 Apr 2007 11:15:50 +0000 (+0000) Subject: remove unused declaration X-Git-Tag: 1.6.10~10263 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1bec1b4b55b49351b2209fd9b165304486001bac;p=features.git remove unused declaration git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17806 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/lyxtext.h b/src/lyxtext.h index c3aca05ac6..49a4c97a3e 100644 --- a/src/lyxtext.h +++ b/src/lyxtext.h @@ -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 \ at cursor position void breakParagraph(LCursor & cur, bool keep_layout = false);