From c85b8791ae68117478c13a9a4e209461f42a8ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Mon, 26 Aug 2002 12:11:48 +0000 Subject: [PATCH] remove unused code git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5111 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 3 ++- src/mathed/math_cursor.h | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 6a371a2a9b..ec16ae8de6 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -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) diff --git a/src/mathed/math_cursor.h b/src/mathed/math_cursor.h index 74903c75c0..724a4b5677 100644 --- a/src/mathed/math_cursor.h +++ b/src/mathed/math_cursor.h @@ -65,8 +65,6 @@ public: /// void insert(MathArray const &); /// - void paste(MathArray const &); - /// void paste(MathGridInset const & data); /// void erase();