Various clean ups to comments

This commit is contained in:
Robert Osfield
2006-09-30 16:30:31 +00:00
parent 1f3872ed73
commit e6b08dcda3
3 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
#else
# include <GL/glut.h>
#endif
#include <osg/Timer>
#include <osgGA/SimpleViewer>
#include <osgGA/TrackballManipulator>
#include <osgDB/ReadFile>

View File

@@ -287,8 +287,6 @@ int main( int argc, char **argv )
osgGA::SimpleViewer viewer;
viewer.setSceneData(loadedModel.get());
// create the event queue,
// set up a KeyboardMouse to manage the events comming in from the RenderSurface
osg::ref_ptr<Producer::KeyboardMouse> kbm = new Producer::KeyboardMouse(renderSurface.get());

View File

@@ -150,7 +150,5 @@ BEGIN_OBJECT_REFLECTOR(osgProducer::Viewer)
I_Property(bool, WriteImageWhenDone);
END_REFLECTOR
STD_LIST_REFLECTOR(std::list< osg::ref_ptr< osgGA::GUIEventHandler > >);
STD_LIST_REFLECTOR(std::list< std::string >);