]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
* src/support/unicode.C
[lyx.git] / src / dociterator.h
index 7d4c4439681589200460d00067e4be9548204599..1201b04956424b2a4c1a820e6eb3bf5feb2fa091 100644 (file)
@@ -23,7 +23,6 @@ namespace lyx {
 class LyXText;
 class MathAtom;
 class Paragraph;
-class Row;
 
 
 // only needed for gcc 2.95, remove when support terminated
@@ -154,10 +153,6 @@ public:
        Paragraph & paragraph();
        /// the paragraph we're in
        Paragraph const & paragraph() const;
-       /// the row in the paragraph we're in
-       Row & textRow();
-       /// the row in the paragraph we're in
-       Row const & textRow() const;
        ///
        LyXText * text();
        ///