From 7066db16bde6f0222d969ea22f456140ab230d76 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 22 Jul 2021 18:04:44 -0600 Subject: [PATCH] remove dangling method from rebase issues --- libs/canvas/box.cc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/libs/canvas/box.cc b/libs/canvas/box.cc index a145743224..5d32d34821 100644 --- a/libs/canvas/box.cc +++ b/libs/canvas/box.cc @@ -151,25 +151,6 @@ Box::set_homogenous (bool 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 Box::reposition_children () {