Remove some unused code
This commit is contained in:
parent
3a11f8ae28
commit
e61d37a7a3
3 changed files with 3 additions and 5 deletions
|
@ -161,7 +161,7 @@ double FGClouds::buildCloud(SGPropertyNode *cloud_def_root, SGPropertyNode *box_
|
|||
y = w * (y - 0.5) + pos[1]; // E/W
|
||||
z = h * z + pos[2]; // Up/Down. pos[2] is the cloudbase
|
||||
|
||||
SGVec3f newpos = SGVec3f(x, y, z);
|
||||
//SGVec3f newpos = SGVec3f(x, y, z);
|
||||
SGNewCloud cld = SGNewCloud(texture_root, cld_def);
|
||||
|
||||
//layer->addCloud(newpos, cld.genCloud());
|
||||
|
|
|
@ -301,9 +301,6 @@ void MetarProperties::set_metar( const char * metar )
|
|||
}
|
||||
}
|
||||
|
||||
vector<SGMetarCloud> cv = m->getClouds();
|
||||
vector<SGMetarCloud>::const_iterator cloud, cloud_end = cv.end();
|
||||
|
||||
{
|
||||
static const char * LAYER = "layer";
|
||||
SGPropertyNode_ptr cloudsNode = _rootNode->getNode("clouds", true );
|
||||
|
|
|
@ -285,6 +285,7 @@ void AreaSampler::analyse()
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
double alt_low_min = 0.0;
|
||||
double n_max = 0.0;
|
||||
sum = 0.0;
|
||||
|
@ -296,7 +297,7 @@ void AreaSampler::analyse()
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
_altLayered = 0.5 * (_altMin + _altOffset);
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Reference in a new issue