mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
remove joke
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3126 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2028cf6589
commit
9ecdf1c6c3
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user