]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
Reintroduce the code related to InsetEnvSeparator
[lyx.git] / src / rowpainter.h
index 644cb3773d07447c1f9ba12b33bcbb76f21d30ce..ae1a59031045855d19bcfce764ba0cafe2773900 100644 (file)
@@ -61,10 +61,7 @@ private:
        void paintSeparator(double orig_x, double width, FontInfo const & font);
        void paintForeignMark(double orig_x, Language const * lang, int desc = 0);
        void paintMisspelledMark(double orig_x, bool changed);
-       void paintHebrewComposeChar(pos_type & vpos, FontInfo const & font);
-       void paintArabicComposeChar(pos_type & vpos, FontInfo const & font);
-       void paintChars(pos_type & vpos, FontInfo const & font,
-                       bool hebrew, bool arabic);
+       void paintChars(pos_type & vpos, Font const & font);
        int paintAppendixStart(int y);
        void paintFromPos(pos_type & vpos, bool changed);
        void paintInset(Inset const * inset, pos_type const pos);