summaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r--dw/outofflowmgr.cc22
1 files changed, 0 insertions, 22 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index cd42a9a5..23e30d86 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -1295,28 +1295,6 @@ void OutOfFlowMgr::drawFloats (SortedFloatsVector *list, View *view,
}
}
-/**
- * This method consideres also the attributes not yet considered by
- * dillo, so that the containing block is determined correctly, which
- * leads sometimes to a cleaner rendering.
- */
-bool OutOfFlowMgr::isWidgetOutOfFlow (Widget *widget)
-{
- // This is only half-baked, will perhaps be reactivated:
- //
- //return
- // widget->getStyle()->vloat != FLOAT_NONE ||
- // widget->getStyle()->position == POSITION_ABSOLUTE ||
- // widget->getStyle()->position == POSITION_FIXED;
-
- return isWidgetHandledByOOFM (widget);
-}
-
-bool OutOfFlowMgr::isWidgetHandledByOOFM (Widget *widget)
-{
- return isWidgetFloat (widget);
-}
-
void OutOfFlowMgr::addWidgetInFlow (Textblock *textblock,
Textblock *parentBlock, int externalIndex)
{