From f0c68c79e94801e057802556c16281d5c92400b5 Mon Sep 17 00:00:00 2001 From: luukkainen Date: Tue, 28 Oct 2008 13:38:30 +0000 Subject: [PATCH] git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@7315 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../proconf/g3d/shapeeditor/views/ShapeEditorBase.java | 7 ------- 1 file changed, 7 deletions(-) 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; - } - } /** -- 2.45.2