Index: Source/core/layout/LayoutMultiColumnSet.cpp |
diff --git a/Source/core/layout/LayoutMultiColumnSet.cpp b/Source/core/layout/LayoutMultiColumnSet.cpp |
index 3882ab3f80e1d47d2d76c1a16c0c5e5de89521d0..e381257b43555ccde162d1cf4570ea6617d12ccd 100644 |
--- a/Source/core/layout/LayoutMultiColumnSet.cpp |
+++ b/Source/core/layout/LayoutMultiColumnSet.cpp |
@@ -221,14 +221,6 @@ void LayoutMultiColumnSet::endFlow(LayoutUnit offsetInFlowThread) |
m_fragmentainerGroups.last().setLogicalBottomInFlowThread(offsetInFlowThread); |
} |
-void LayoutMultiColumnSet::expandToEncompassFlowThreadContentsIfNeeded() |
-{ |
- ASSERT(multiColumnFlowThread()->lastMultiColumnSet() == this); |
- // FIXME: this may result in the need for creating additional rows, since there may not be |
- // enough space remaining in the currently last row. |
- m_fragmentainerGroups.last().expandToEncompassFlowThreadOverflow(); |
-} |
- |
void LayoutMultiColumnSet::computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const |
{ |
minLogicalWidth = m_flowThread->minPreferredLogicalWidth(); |