1
0
Fork 0

remove unnecessary function

This commit is contained in:
adrian 2011-11-28 08:36:56 +02:00
parent d23fbc3c13
commit 6be68f475d
2 changed files with 1 additions and 7 deletions

View file

@ -880,9 +880,4 @@ double FGRadio::LOS_calculate_attenuation(SGGeod pos, double freq, int transmiss
}
/*** Material properties database
***/
void FGRadio::set_material_properties() {
}

View file

@ -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: