]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Remove unused font variable which caused a warning.
[lyx.git] / src / paragraph.h
index 042da4b717435202e40b4cd497e6012d84826698..318fea8caeeee55d64c3543f73de25eff2057a31 100644 (file)
@@ -260,8 +260,6 @@ public:
        void setChar(size_type pos, value_type c);
        ///
        void setFont(size_type pos, LyXFont const & font);
-       ///
-        string const getWord(size_type &) const;
        /// Returns the height of the highest font in range
        LyXFont::FONT_SIZE highestFontInRange(size_type startpos,
                                              size_type endpos) const;
@@ -270,6 +268,8 @@ public:
        ///
        void insertChar(size_type pos, value_type c, LyXFont const &);
        ///
+       bool checkInsertChar(LyXFont &);
+       ///
        void insertInset(size_type pos, Inset * inset);
        ///
        void insertInset(size_type pos, Inset * inset, LyXFont const &);