]> git.lyx.org Git - features.git/commitdiff
remove unused code
authorAndré Pönitz <poenitz@gmx.net>
Mon, 26 Aug 2002 12:11:48 +0000 (12:11 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 26 Aug 2002 12:11:48 +0000 (12:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5111 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C
src/mathed/math_cursor.h

index 6a371a2a9b121baa0c54a7a1e87c38fa037328db..ec16ae8de6dac4cee2e3d2282a4cf7a929c14992 100644 (file)
@@ -400,7 +400,7 @@ void MathCursor::insert(MathArray const & ar)
        pos() += ar.size();
 }
 
-
+/*
 void MathCursor::paste(MathArray const & ar)
 {
        Anchor_ = Cursor_;
@@ -408,6 +408,7 @@ void MathCursor::paste(MathArray const & ar)
        array().insert(pos(), ar);
        pos() += ar.size();
 }
+*/
 
 
 void MathCursor::paste(MathGridInset const & data)
index 74903c75c07121265146adf4814018ab1db2ad6a..724a4b567720b83087f92450643b1fe1f23760db 100644 (file)
@@ -65,8 +65,6 @@ public:
        ///
        void insert(MathArray const &);
        ///
-       void paste(MathArray const &);
-       ///
        void paste(MathGridInset const & data);
        ///
        void erase();