]> git.mxchange.org Git - flightgear.git/commitdiff
remove unnecessary function
authoradrian <adrian@localhost.com>
Mon, 28 Nov 2011 06:36:56 +0000 (08:36 +0200)
committeradrian <adrian@localhost.com>
Mon, 28 Nov 2011 06:36:56 +0000 (08:36 +0200)
src/Radio/radio.cxx
src/Radio/radio.hxx

index f9b41506729ab2ce2e29cbafb48fbe0b246ce127..6f056a297a955fff06a6541393dc34c2f4375af8 100644 (file)
@@ -880,9 +880,4 @@ double FGRadio::LOS_calculate_attenuation(SGGeod pos, double freq, int transmiss
        
 }
 
-/*** Material properties database
-***/
-void FGRadio::set_material_properties() {
-       
-       
-}
+
index d6cc77e82702f55a7d1d84b98505b09f73ea2269..2e67c5aefa8130ba28e98925f357cf7c77e15dbe 100644 (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: