diff options
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/dw/table.cc b/dw/table.cc index 460e9a29..8b8fe853 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -907,7 +907,7 @@ void Table::actuallyCalcCellSizes (bool calcHeights) int childHeight; core::Extremes extremes; - // Will also call calcColumnExtremes(), when needed. + // Will also call forceCalcColumnExtremes(), when needed. getExtremes (&extremes); int availWidth = getAvailWidth (true); @@ -1285,24 +1285,6 @@ void Table::apportionRowSpan () /** - * \brief Fills dw::Table::colExtremes, only if recalculation is necessary. - * - * \bug Some parts are missing. - */ -void Table::_unused_calcColumnExtremes () -{ - // This method is actually not used. Consider removal. - - DBG_OBJ_ENTER0 ("resize", 0, "calcColumnExtremes"); - - if (extremesChanged () || extremesQueued ()) - forceCalcColumnExtremes (); - - DBG_OBJ_LEAVE (); -} - - -/** * \brief Fills dw::Table::colExtremes in all cases. */ void Table::forceCalcColumnExtremes () |