From ac84115ac3251342bdc2cedf23de298cd10847e1 Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 5 Jan 2016 23:17:20 -0600 Subject: [PATCH] Remove obsolete member --- simgear/timing/sg_time.cxx | 7 ------- simgear/timing/sg_time.hxx | 3 --- 2 files changed, 10 deletions(-) diff --git a/simgear/timing/sg_time.cxx b/simgear/timing/sg_time.cxx index 105e7c5b..6c97e62a 100644 --- a/simgear/timing/sg_time.cxx +++ b/simgear/timing/sg_time.cxx @@ -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 ) { diff --git a/simgear/timing/sg_time.hxx b/simgear/timing/sg_time.hxx index c4f3a36f..9243d1c9 100644 --- a/simgear/timing/sg_time.hxx +++ b/simgear/timing/sg_time.hxx @@ -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 -- 2.39.5