diff --git a/class/Widget/geometry.c b/class/Widget/geometry.c index e39b159f..129d4276 100644 --- a/class/Widget/geometry.c +++ b/class/Widget/geometry.c @@ -198,9 +198,6 @@ Widget_check_in( Handle self, Handle in, int geometry) h = PWidget( h)-> geomInfo. next; } - if ( Widget_is_grid_slave(in, self)) - croak("%s: invalid 'in': already in a grid", method); - if ( geometry == gtGrid && PWidget(in)->packSlaves) croak("%s: cannot grid into a pack master", method); if ( geometry == gtPack && Widget_has_grid_slaves(in))