aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-12-30 11:42:58 +0100
committerSebastian Geerken <devnull@localhost>2014-12-30 11:42:58 +0100
commitaad16191d40497d2e8f12507bcdd6d6b622adc0b (patch)
tree5e453ea6ddb899c36ddf4649b7cce7534802f8ca /dw/table.hh
parent22aab1fcab0546a58abc255045c1665e49d36a48 (diff)
Some minor cleanup.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh
index 1e7c5268..1c581a5d 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -439,7 +439,7 @@ private:
void forceCalcCellSizes (bool calcHeights);
void apportionRowSpan ();
- void calcColumnExtremes ();
+ void _unused_calcColumnExtremes ();
void forceCalcColumnExtremes ();
void calcExtremesSpanMulteCols (int col, int cs,
core::Extremes *cellExtremes,