]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.h
some support for matrix operations with maple ('M-x math-extern maple evalm')
[lyx.git] / src / lyxcursor.h
index 8110839903358e9a731b4638ec68a65b8881efe4..1032055f0e5006f217dfe3fe6ee165907d9a3214 100644 (file)
@@ -28,8 +28,6 @@ public:
        ///
        void par(Paragraph * p);
        ///
-       //Paragraph * par();
-       ///
        Paragraph * par() const;
        ///
        void pos(Paragraph::size_type p);
@@ -54,8 +52,6 @@ public:
        ///
        void row(Row * r);
        ///
-       //Row * row();
-       ///
        Row * row() const;
 private:
        /// The paragraph the cursor is in.