remove joke

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3126 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-11-30 15:15:51 +00:00
parent 2028cf6589
commit 9ecdf1c6c3

View File

@ -2603,7 +2603,6 @@ int LyXTabular::Ascii(Buffer const * buf, ostream & os) const
InsetText * LyXTabular::GetCellInset(int cell) const
{
lyxerr << "LyXTabular::GetCellInset: cell=" << cell <<endl;
cur_cell = cell;
return & cell_info[row_of_cell(cell)][column_of_cell(cell)].inset;
}