From 578a5a3b9bf8152bfc4fbab3320a61df99106343 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 16 Jan 2007 22:00:56 +0000 Subject: [PATCH] Removed the automatic registration of GraphicsContextImplementation. --- src/osgProducer/GraphicsContextImplementation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osgProducer/GraphicsContextImplementation.cpp b/src/osgProducer/GraphicsContextImplementation.cpp index 96b095262..84e0b6a47 100644 --- a/src/osgProducer/GraphicsContextImplementation.cpp +++ b/src/osgProducer/GraphicsContextImplementation.cpp @@ -18,6 +18,7 @@ using namespace osgProducer; +#if 0 namespace osgProducer { struct MyWindowingSystemInterface : public osg::GraphicsContext::WindowingSystemInterface @@ -58,7 +59,7 @@ namespace osgProducer RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy; }; - +#endif GraphicsContextImplementation::GraphicsContextImplementation(Traits* traits)