mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
a4d47c3448
commit
c85b8791ae
@ -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)
|
||||
|
@ -65,8 +65,6 @@ public:
|
||||
///
|
||||
void insert(MathArray const &);
|
||||
///
|
||||
void paste(MathArray const &);
|
||||
///
|
||||
void paste(MathGridInset const & data);
|
||||
///
|
||||
void erase();
|
||||
|
Loading…
Reference in New Issue
Block a user