X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.proconf.g3d.shapeeditor%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fshapeeditor%2Fviews%2FShapeEditorBase.java;fp=org.simantics.proconf.g3d.shapeeditor%2Fsrc%2Forg%2Fsimantics%2Fproconf%2Fg3d%2Fshapeeditor%2Fviews%2FShapeEditorBase.java;h=dcfad0a0c8c10926f7e68e15c1d5dbe6c3507b42;hb=f0c68c79e94801e057802556c16281d5c92400b5;hp=9c1490d7b553314f9a67df587b258fe89a2b20b3;hpb=b4fddf5cd72860d3f99f4b3d2e1a52b7c6f948d2;p=simantics%2F3d.git diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java index 9c1490d7..dcfad0a0 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java @@ -478,13 +478,6 @@ public class ShapeEditorBase extends ThreeDimensionalEditorBase { } } - - public StructuredResourceSelection filterSelection(ISelection selection) { - if (!(selection instanceof StructuredResourceSelection)) - return new StructuredResourceSelection(); - return (StructuredResourceSelection) selection; - } - } /**