Changeset 7431

Show
Ignore:
Timestamp:
09/16/07 19:43:00
Author:
robert
Message:

Fixed warning

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/src/osgPlugins/osgTerrain/GeometryTechnique.cpp

    r7387 r7431  
    2929bool GeometryTechnique_readLocalData(osg::Object& obj, osgDB::Input &fr) 
    3030{ 
    31     osgTerrain::GeometryTechnique& gt = static_cast<osgTerrain::GeometryTechnique&>(obj); 
     31    //osgTerrain::GeometryTechnique& gt = static_cast<osgTerrain::GeometryTechnique&>(obj); 
    3232    bool itrAdvanced = false; 
    3333    return itrAdvanced; 
     
    3636bool GeometryTechnique_writeLocalData(const osg::Object& obj, osgDB::Output& fw) 
    3737{ 
    38     const osgTerrain::GeometryTechnique& gt = static_cast<const osgTerrain::GeometryTechnique&>(obj); 
     38    //const osgTerrain::GeometryTechnique& gt = static_cast<const osgTerrain::GeometryTechnique&>(obj); 
    3939    return true; 
    4040}