InsetTabular.cpp: Remove commented code without a comment

This was a leftover of [b2246c4e/lyxgit].
This commit is contained in:
Vincent van Ravesteijn 2015-01-06 19:35:41 +01:00
parent c313b1c8eb
commit ad6c03fe26

View File

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