diff options
Diffstat (limited to 'dw/widget.cc')
-rw-r--r-- | dw/widget.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index 2271ee1e..6aec2358 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -1149,15 +1149,6 @@ void Widget::getPaddingArea (int *xPad, int *yPad, int *widthPad, - style->margin.bottom - style->borderWidth.bottom; } -void Widget::getExtremesImpl (Extremes *extremes) -{ - /* Simply return the requisition width */ - Requisition requisition; - sizeRequest (&requisition); - extremes->minWidth = extremes->maxWidth = requisition.width; - correctExtremes (extremes); -} - void Widget::sizeAllocateImpl (Allocation *allocation) { } |