]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.h
mathed95.diff
[features.git] / src / mathed / math_matrixinset.h
index f315794cd473fa708c587e1eac52f80e3f8da549..4795d07716186267e5563474d0a068eb8e0281c2 100644 (file)
@@ -31,8 +31,6 @@ public:
        ///
        void Metrics(MathStyles st);
        ///
-       void breakLine();
-       ///
        void draw(Painter &, int, int);
        ///
        string label(int row) const;
@@ -69,9 +67,6 @@ public:
        ///
        void mutate(short);
 
-       /// Splits cells and shifts right part to the next cell
-       void splitCell(int idx);
-       
 private:
        ///
        void Validate1(LaTeXFeatures & features);