From a1f59b6241dfb6ef98df46bcc6336ab1b8571e94 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 25 Nov 2008 11:09:40 +0000 Subject: [PATCH] Fixed warning --- src/osgPlugins/dae/daeRMaterials.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osgPlugins/dae/daeRMaterials.cpp b/src/osgPlugins/dae/daeRMaterials.cpp index 50922ce28..492595eed 100644 --- a/src/osgPlugins/dae/daeRMaterials.cpp +++ b/src/osgPlugins/dae/daeRMaterials.cpp @@ -1057,5 +1057,3 @@ osg::StateAttribute *daeReader::processTransparencySettings( domCommon_transpare ss->setRenderBinDetails( 10, "DepthSortedBin" ); return NULL; } - -// 0..* \ No newline at end of file