diff --git a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/TupleTransfer.cpp b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/TupleTransfer.cpp index a6584139a3..364811a48d 100644 --- a/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/TupleTransfer.cpp +++ b/src/Plugins/SimplnxCore/src/SimplnxCore/Filters/Algorithms/TupleTransfer.cpp @@ -52,10 +52,6 @@ void AddTupleTransferInstance(DataStructure& dataStructure, const DataPath& sele { tupleTransferFunctions.push_back(std::make_shared>(dataStructure, selectedDataPath, createdDataPath)); } - if(TemplateHelpers::CanDynamicCast>()(inputDataArray)) - { - tupleTransferFunctions.push_back(std::make_shared>(dataStructure, selectedDataPath, createdDataPath)); - } } } // namespace nx::core