From 8378d6802b88e54787bfa0554bf51710fa5d04b8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Jul 2002 10:41:39 +0000 Subject: [PATCH] Removed repeated return transform in the visitDOF method. --- src/osgPlugins/flt/flt2osg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osgPlugins/flt/flt2osg.cpp b/src/osgPlugins/flt/flt2osg.cpp index 718e11ce7..9c2edf660 100644 --- a/src/osgPlugins/flt/flt2osg.cpp +++ b/src/osgPlugins/flt/flt2osg.cpp @@ -657,8 +657,6 @@ osg::Group* ConvertFromFLT::visitDOF(osg::Group& osgParent, DofRecord* rec) transform->setMatrix(mat); return transform; - - return transform; }