]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathGrid.h
Allow automatic text direction in Painter::text()
[lyx.git] / src / mathed / InsetMathGrid.h
index e99431083eaad9703e35c9929831e94e1d1904d6..bd3066db0b2e85b662925eff3c00af65d6987ab3 100644 (file)
@@ -258,19 +258,10 @@ protected:
        virtual docstring eocString(col_type col, col_type lastcol) const;
        /// splits cells and shifts right part to the next cell
        void splitCell(Cursor & cur);
-       /// Column alignment for display of cell \p idx.\r
+       /// Column aligmment for display of cell \p idx.
        /// Must not be written to file!
        virtual char displayColAlign(idx_type idx) const;
-       /// Column spacing for display of column \p col.\r
-       /// Must not be written to file!\r
-       virtual int displayColSpace(col_type col) const;\r
-\r
-       // The following two functions are used in InsetMathHull and\r
-       // InsetMathSplit.\r
-       /// The value of a fixed col align for a certain hull type \r
-       static char colAlign(HullType type, col_type col);\r
-       /// The value of a fixed col spacing for a certain hull type\r
-       static int colSpace(HullType type, col_type col);\r
+
 
        /// row info.
        /// rowinfo_[nrows()] is a dummy row used only for hlines.