This commit is contained in:
kipp 1998-06-04 23:08:59 +00:00
Родитель 35f737aeb1
Коммит 2a8c488204
2 изменённых файлов: 0 добавлений и 24 удалений

Просмотреть файл

@ -75,18 +75,6 @@ nsHTMLFrame::CreateViewForFrame(nsIPresContext* aPresContext,
}
}
#if 0
// See if the frame is supposed to scroll
if (!aForce) {
nsStyleDisplay* display = (nsStyleDisplay*)
aStyleContext->GetData(eStyleStruct_Display);
if (NS_STYLE_OVERFLOW_SCROLL == display->mOverflow) {
aForce = PR_TRUE;
scrollView = PR_TRUE;
}
}
#endif
if (aForce) {
// Create a view
nsIFrame* parent;

Просмотреть файл

@ -75,18 +75,6 @@ nsHTMLFrame::CreateViewForFrame(nsIPresContext* aPresContext,
}
}
#if 0
// See if the frame is supposed to scroll
if (!aForce) {
nsStyleDisplay* display = (nsStyleDisplay*)
aStyleContext->GetData(eStyleStruct_Display);
if (NS_STYLE_OVERFLOW_SCROLL == display->mOverflow) {
aForce = PR_TRUE;
scrollView = PR_TRUE;
}
}
#endif
if (aForce) {
// Create a view
nsIFrame* parent;