From 6b9cd899127bd874bb7729af6aab72c0dc3a0080 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 23 Mar 2009 15:04:33 +0000 Subject: [PATCH] Removed PrintVisitor as it was causing problems with wrapper building. --- src/osgWrappers/osgUtil/PrintVisitor.cpp | 54 ------------------------ 1 file changed, 54 deletions(-) delete mode 100644 src/osgWrappers/osgUtil/PrintVisitor.cpp diff --git a/src/osgWrappers/osgUtil/PrintVisitor.cpp b/src/osgWrappers/osgUtil/PrintVisitor.cpp deleted file mode 100644 index 04099a933..000000000 --- a/src/osgWrappers/osgUtil/PrintVisitor.cpp +++ /dev/null @@ -1,54 +0,0 @@ -// *************************************************************************** -// -// Generated automatically by genwrapper. -// Please DO NOT EDIT this file! -// -// *************************************************************************** - -#include -#include -#include -#include - -#include -#include - -// Must undefine IN and OUT macros defined in Windows headers -#ifdef IN -#undef IN -#endif -#ifdef OUT -#undef OUT -#endif - -BEGIN_OBJECT_REFLECTOR(osgUtil::PrintVisitor) - I_DeclaringFile("osgUtil/PrintVisitor"); - I_BaseType(osg::NodeVisitor); - I_ConstructorWithDefaults3(IN, std::ostream &, out, , IN, int, indent, 0, IN, int, step, 2, - ____PrintVisitor__std_ostream_R1__int__int, - "", - ""); - I_Method1(void, apply, IN, osg::Node &, node, - Properties::VIRTUAL, - __void__apply__osg_Node_R1, - "", - ""); - I_Method0(std::ostream &, output, - Properties::NON_VIRTUAL, - __std_ostream_R1__output, - "", - ""); - I_Method0(void, enter, - Properties::NON_VIRTUAL, - __void__enter, - "", - ""); - I_Method0(void, leave, - Properties::NON_VIRTUAL, - __void__leave, - "", - ""); - I_PublicMemberProperty(unsigned int, _indent); - I_PublicMemberProperty(unsigned int, _step); -END_REFLECTOR -