From 9a8b4c03be6cfd64fd97eccae5204c8531ac5d12 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 18 Mar 2015 11:09:45 +0300 Subject: [PATCH] Multi-selection widget to be used in the extrusion feature. Shape validator correction --- src/SketchPlugin/SketchPlugin_ShapeValidator.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp b/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp index 2aca20171..e1dacf811 100644 --- a/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp +++ b/src/SketchPlugin/SketchPlugin_ShapeValidator.cpp @@ -20,9 +20,6 @@ bool SketchPlugin_ShapeValidator::isValid(const AttributePtr& theAttribute, return true; // ask whether the feature of the attribute is external - //std::shared_ptr aSketchFeature = - //AttributeRefAttrPtr anAttribute = std::dynamic_pointer_cast(theAttribute); - // std::dynamic_pointer_cast(aFeature); bool isAttributeExternal = isExternalAttribute(theAttribute); // ask whether the feature of the attribute by parameter identifier is external -- 2.30.2