diff options
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dw/table.cc b/dw/table.cc index 4ceb4020..64b7259e 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -1209,24 +1209,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 () |