]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
finished fixing removeAutoInsets()
[lyx.git] / src / lyxtext.h
index f80c84b7d0698c610154413e0fb296fda12f8dee..b7da0fe71e2e798fddf1fccea0b1631df88db0aa 100644 (file)
@@ -107,8 +107,6 @@ public:
                         lyx::pos_type pos, LyXFont const & font);
        void setCharFont(BufferView *, Paragraph * par,
                         lyx::pos_type pos, LyXFont const & font, bool toggleall);
-       /// returns a pointer to the very first Paragraph
-       Paragraph * firstParagraph() const;
   
        /// what you expect when pressing <enter> at cursor position
        void breakParagraph(BufferView *, char keep_layout = 0);