diff options
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dw/table.hh b/dw/table.hh index 4408e628..ca6f8be4 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -425,8 +425,7 @@ private: void apportion2 (int width, int firstCol, int lastCol, ExtrMod minExtrMod, ExtrMod maxExtrMod, - lout::misc::SimpleVector<int> *dest, int destOffset, - bool setRedrawX); + lout::misc::SimpleVector<int> *dest, int destOffset); void setCumHeight (int row, int value) { |