diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-28 23:50:56 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-28 23:50:56 +0200 |
commit | 60c5aa4e4843de237f9102a385efaa81b61c7ea0 (patch) | |
tree | 6e0d5b606628333e935f554a3571ffc02c0af268 /dw/table.hh | |
parent | 896bb0467bdd1abe174f3c737d65977a6968cdf4 (diff) |
Tables: reorganisation, part 2.
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) { |