From: luukkainen Date: Tue, 28 Oct 2008 13:38:30 +0000 (+0000) Subject: git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7315 ac1ea38d... X-Git-Tag: simantics-1.19.0~20^2~35 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=f0c68c79e94801e057802556c16281d5c92400b5;hp=b4fddf5cd72860d3f99f4b3d2e1a52b7c6f948d2;p=simantics%2F3d.git git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7315 ac1ea38d-2e2b-0410-8846-a27921b304fc --- 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; - } - } /**