remove unused code

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5111 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-08-26 12:11:48 +00:00
parent a4d47c3448
commit c85b8791ae
2 changed files with 2 additions and 3 deletions

View 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)

View File

@ -65,8 +65,6 @@ public:
///
void insert(MathArray const &);
///
void paste(MathArray const &);
///
void paste(MathGridInset const & data);
///
void erase();