]> git.mxchange.org Git - simgear.git/commitdiff
Remove obsolete member
authorJames Turner <zakalawe@mac.com>
Wed, 6 Jan 2016 05:17:20 +0000 (23:17 -0600)
committerJames Turner <zakalawe@mac.com>
Wed, 6 Jan 2016 05:17:20 +0000 (23:17 -0600)
simgear/timing/sg_time.cxx
simgear/timing/sg_time.hxx

index 105e7c5b479286f7917465404aed271c6c6b1a9a..6c97e62a6abe1f5179b672bf8a12c76c34f32632 100644 (file)
@@ -170,13 +170,6 @@ static double sidereal_course( time_t cur_time, const struct tm *gmt, double lng
     return lstTmp;
 }
 
-/** Deprecated method. To be removed after the next release... */
-void SGTime::update( double lon_rad, double lat_rad, time_t ct, long int warp )
-{
-    const SGGeod& location = SGGeod::fromRad(lon_rad, lat_rad);
-    update(location, ct, warp);
-}
-
 // Update the time related variables
 void SGTime::update( const SGGeod& location, time_t ct, long int warp )
 {
index c4f3a36f7486e437693b749231fd0067efad5b10..9243d1c941ab63c054eaa8afb58f03a2fc92a018 100644 (file)
@@ -151,9 +151,6 @@ public:
      */
     void update( const SGGeod& location, time_t ct, long int warp );
 
-    /** Deprecated method. To be removed after the next release... */
-    void update( double lon_rad, double lat_rad, time_t ct, long int warp ) DEPRECATED;
-
     /**
      * Given lon/lat, update timezone information and local_offset
      * The updateLocal() method is intended to be called less