]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.h
architectural changes to tex2lyx
[lyx.git] / src / texrow.h
index 6a8f4b0aa17f7059891310feda03e797b2b91b19..c4db08d08eb193c7c11929887a60c9413b8ff118 100644 (file)
@@ -79,10 +79,6 @@ public:
        };
        ///
        typedef std::list<RowItem> RowList;
-       /// increment position of all other RowItems
-       /// with same par id, to avoid placing error insets
-       /// at the same position
-       void increasePos(int id, int pos);
 private:
        /// number of lines
        unsigned int count;