]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.h
mathed49.diff
[features.git] / src / mathed / math_matrixinset.h
index 6ee2478ec02f26c5a2c261b4fe6c8ddb39d79347..8561d72a3b5dd6ebb17468087281c692da0732cf 100644 (file)
@@ -46,8 +46,6 @@ public:
        
        /// Use this to manage the extra information independently of paragraph
        MathedRowContainer & getRowSt();
-       ///
-       void setRowSt(MathedRowContainer & r);
 private:
        ///  Number of columns & rows
        int nc_;
@@ -91,11 +89,4 @@ MathedRowContainer & MathMatrixInset::getRowSt()
 {
        return row_;
 }
-
-
-inline
-void MathMatrixInset::setRowSt(MathedRowContainer & r)
-{
-       row_ = r;
-}
 #endif