remove unnecessary function
This commit is contained in:
parent
d23fbc3c13
commit
6be68f475d
2 changed files with 1 additions and 7 deletions
|
@ -880,9 +880,4 @@ double FGRadio::LOS_calculate_attenuation(SGGeod pos, double freq, int transmiss
|
|||
|
||||
}
|
||||
|
||||
/*** Material properties database
|
||||
***/
|
||||
void FGRadio::set_material_properties() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -51,7 +51,6 @@ private:
|
|||
void clutterLoss(double freq, double distance_m, double itm_elev[], std::deque<string> materials,
|
||||
double transmitter_height, double receiver_height, int p_mode,
|
||||
double horizons[], double &clutter_loss);
|
||||
void set_material_properties();
|
||||
void get_material_properties(string mat_name, double &height, double &density);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue