Removed the automatic registration of GraphicsContextImplementation.

This commit is contained in:
Robert Osfield 2007-01-16 22:00:56 +00:00
parent 19a5682c33
commit 578a5a3b9b

View File

@ -18,6 +18,7 @@
using namespace osgProducer; using namespace osgProducer;
#if 0
namespace osgProducer namespace osgProducer
{ {
struct MyWindowingSystemInterface : public osg::GraphicsContext::WindowingSystemInterface struct MyWindowingSystemInterface : public osg::GraphicsContext::WindowingSystemInterface
@ -58,7 +59,7 @@ namespace osgProducer
RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy; RegisterWindowingSystemInterfaceProxy createWindowingSystemInterfaceProxy;
}; };
#endif
GraphicsContextImplementation::GraphicsContextImplementation(Traits* traits) GraphicsContextImplementation::GraphicsContextImplementation(Traits* traits)