diff --git a/include/osgDB/ExternalFileWriter b/include/osgDB/ExternalFileWriter index 9f4194f0b..5f1e2dc09 100644 --- a/include/osgDB/ExternalFileWriter +++ b/include/osgDB/ExternalFileWriter @@ -38,7 +38,6 @@ namespace osgDB /// Writing with 'keepRelativePaths': /somePath/newmodel.osg and /somePath/images/img1.jpg /// Writing without 'keepRelativePaths': /somePath/newmodel.osg and /somePath/img1.jpg ///\author Sukender - ///\todo Handling of naming constraints (such as "8.3" names in 3DS) class OSGDB_EXPORT ExternalFileWriter { public: