Remove obsolete comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9911 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2005-05-05 18:50:33 +00:00
parent 5c3631a048
commit 5d23b3046d
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-05-05 Martin Vermeer <martin.vermeer@hut.fi>
* tabular.C (setWidthOfCell): remove obsolete comment
2005-05-05 Martin Vermeer <martin.vermeer@hut.fi>
* paragraph.C (bibitem):

View File

@ -817,7 +817,6 @@ void LyXTabular::recalculateMulticolumnsOfColumn(col_type column)
}
// returns 1 if a complete update is necessary, otherwise 0
void LyXTabular::setWidthOfCell(idx_type cell, int new_width)
{
row_type const row = row_of_cell(cell);