From cb1f2f47610b685f8f19f69bc4d1b9dfafb6a97a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 13 May 2005 08:54:11 +0000 Subject: [PATCH] Removed unused function. --- src/osgDB/ReadFile.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/osgDB/ReadFile.cpp b/src/osgDB/ReadFile.cpp index 3305fcac9..f72bf1d09 100644 --- a/src/osgDB/ReadFile.cpp +++ b/src/osgDB/ReadFile.cpp @@ -112,11 +112,6 @@ Node* osgDB::readNodeFiles(std::vector& commandLine,const ReaderWri } -static osg::Geometry* createMovieTexturedQuadGeometry(const osg::Vec3& pos,float width,float height, osg::Image* image) -{ -} - - Node* osgDB::readNodeFiles(osg::ArgumentParser& arguments,const ReaderWriter::Options* options) {