]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
Allow automatic text direction in Painter::text()
[lyx.git] / src / mathed / InsetMathHull.h
index 084fff67c0590c7daf216c0ecf06b92bf45f06d6..3b447c38bd918655295a2148fcdafc28767e2ea4 100644 (file)
@@ -111,8 +111,6 @@ public:
        ///
        int defaultColSpace(col_type col);
        ///
-       int displayColSpace(col_type col) const;\r
-       ///\r
        char defaultColAlign(col_type col);
        ///
        char displayColAlign(idx_type idx) const;
@@ -238,6 +236,8 @@ private:
        ColorCode standardColor() const;
        /// consistency check
        void check() const;
+       /// does it understand tabular-feature commands?
+       bool isTable() const;
        /// can this change its number of rows?
        bool rowChangeOK() const;
        /// can this change its number of cols?
@@ -256,8 +256,6 @@ private:
        ///
        boost::scoped_ptr<RenderPreview> preview_;
        ///
-       mutable bool use_preview_;
-       ///
        DocIterator docit_;
        ///
        typedef std::map<docstring, int> CounterMap;