mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
InsetTabular.cpp: Remove commented code without a comment
This was a leftover of [b2246c4e/lyxgit].
This commit is contained in:
parent
c313b1c8eb
commit
ad6c03fe26
@ -3875,7 +3875,6 @@ void InsetTabular::edit(Cursor & cur, bool front, EntryDirection)
|
|||||||
{
|
{
|
||||||
//lyxerr << "InsetTabular::edit: " << this << endl;
|
//lyxerr << "InsetTabular::edit: " << this << endl;
|
||||||
cur.finishUndo();
|
cur.finishUndo();
|
||||||
//cur.setSelection(false);
|
|
||||||
cur.push(*this);
|
cur.push(*this);
|
||||||
if (front) {
|
if (front) {
|
||||||
if (isRightToLeft(cur))
|
if (isRightToLeft(cur))
|
||||||
|
Loading…
Reference in New Issue
Block a user