]> git.lyx.org Git - lyx.git/blobdiff - src/font.h
remove more forms.h cruft
[lyx.git] / src / font.h
index ed578aa3454288b7a2b9d5d187e14bf55d98985f..ae164a7d10f76fbe3e435fdb79bfd46b10729b26 100644 (file)
@@ -59,10 +59,10 @@ struct lyxfont {
                return width(s.c_str(), s.length(), f);
        }
        ///
-       static
-       int width(char const * s, LyXFont const & f) {
-               return width(s, strlen(s), f);
-       }
+       //static
+       //int width(char const * s, LyXFont const & f) {
+       //      return width(s, strlen(s), f);
+       //}
        ///
        static
        int signedWidth(string const & s, LyXFont const & f);