]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
* LyXText::singleWidth(): remove unneeded Buffer argument.
[features.git] / src / lyxtext.h
index 3fba32736201ac8fc22ab2a8fcfdfa85faff1537..d45c181532a00ec1aa65caaf271b844f35489a40 100644 (file)
@@ -276,8 +276,8 @@ public:
        int singleWidth(Buffer const &, Paragraph const & par,
                pos_type pos) const;
        ///
-       int singleWidth(Buffer const &, Paragraph const & par,
-               pos_type pos, char_type c, LyXFont const & Font) const;
+       int singleWidth(Paragraph const & par, pos_type pos, char_type c,
+               LyXFont const & Font) const;
 
        /// return the color of the canvas
        LColor_color backgroundColor() const;