X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.h;h=c4db08d08eb193c7c11929887a60c9413b8ff118;hb=c544107e324090c6eafb4c56749da2624b9b1122;hp=6a8f4b0aa17f7059891310feda03e797b2b91b19;hpb=468560431fafad23fedd6d952421c622fe7874b6;p=lyx.git diff --git a/src/texrow.h b/src/texrow.h index 6a8f4b0aa1..c4db08d08e 100644 --- a/src/texrow.h +++ b/src/texrow.h @@ -79,10 +79,6 @@ public: }; /// typedef std::list 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;