mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
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:
parent
5c3631a048
commit
5d23b3046d
@ -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>
|
2005-05-05 Martin Vermeer <martin.vermeer@hut.fi>
|
||||||
|
|
||||||
* paragraph.C (bibitem):
|
* paragraph.C (bibitem):
|
||||||
|
@ -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)
|
void LyXTabular::setWidthOfCell(idx_type cell, int new_width)
|
||||||
{
|
{
|
||||||
row_type const row = row_of_cell(cell);
|
row_type const row = row_of_cell(cell);
|
||||||
|
Loading…
Reference in New Issue
Block a user