diff --git a/src/main/java/ui/syscams/SysCAMSCompositeComponent.java b/src/main/java/ui/syscams/SysCAMSCompositeComponent.java index a260d627c7bf013983e10f9c6271115af79f2d31..d07c0c39afc9423da4adc037e5dfcddb52c641b2 100644 --- a/src/main/java/ui/syscams/SysCAMSCompositeComponent.java +++ b/src/main/java/ui/syscams/SysCAMSCompositeComponent.java @@ -197,17 +197,6 @@ public class SysCAMSCompositeComponent extends TGCScalableWithInternalComponent return TGComponentManager.CAMS_CLUSTER; } - public void wasSwallowed() { - myColor = null; - } - - public void wasUnswallowed() { - myColor = null; - setFather(null); - TDiagramPanel tdp = getTDiagramPanel(); - setCdRectangle(tdp.getMinX(), tdp.getMaxX(), tdp.getMinY(), tdp.getMaxY()); - } - public boolean addSwallowedTGComponent(TGComponent tgc, int x, int y) { boolean swallowed = false;