aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorJeremy Henty <devnull@localhost>2015-06-02 21:06:36 +0200
committerJeremy Henty <devnull@localhost>2015-06-02 21:06:36 +0200
commitc418194ce5e99ded90fb963bb268ac64552d4c6e (patch)
treeb135e7e00b44bce0d24200c532387754278c7af4 /dw/table.cc
parente9e3d1e1c27dab1b3abcc84aee687fa4a74bff64 (diff)
Remove dw::Table::_unused_calcColumnExtremes().
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc18
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 ()