Removed the automatic registration of GraphicsContextImplementation.
This commit is contained in:
parent
19a5682c33
commit
578a5a3b9b
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user