remove dangling method from rebase issues
This commit is contained in:
parent
e7cdca1ea2
commit
7066db16bd
@ -151,25 +151,6 @@ Box::set_homogenous (bool yn)
|
|||||||
homogenous = yn;
|
homogenous = yn;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
Box::reset_self ()
|
|
||||||
{
|
|
||||||
if (_bounding_box_dirty) {
|
|
||||||
compute_bounding_box ();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!_bounding_box) {
|
|
||||||
self->hide ();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Rect r (_bounding_box);
|
|
||||||
|
|
||||||
/* XXX need to shrink by margin */
|
|
||||||
|
|
||||||
self->set (r);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
Box::reposition_children ()
|
Box::reposition_children ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user