251,265d250
<     // Force load of osgPolyTrans plugin
< #ifdef _DEBUG
<     // const std::string pluginName( "osgdb_PolyTransd.dll" );
< #else
<     // const std::string pluginName( "osgdb_PolyTrans.dll" );
< #endif
<     // bool loadedLib = osgDB::Registry::instance()->loadLibrary( pluginName );
<     // if (!loadedLib)
<     // {
<     //     osg::notify( osg::FATAL ) << "osgOQ: Can't load plugin \"" << pluginName << "\"." << std::endl;
<     // }
<     // Now that we force load, probably don't need the extension map any longer.
<     //osgDB::Registry::instance()->readPluginAliasConfigurationFile( "extmap.txt" );
< 
<     
