Removed todo that is not required

This commit is contained in:
Robert Osfield 2016-11-15 09:47:48 +00:00
parent c560e9a1ef
commit ddbb1cb064

View File

@ -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: