Remove obsolete member

This commit is contained in:
James Turner
2016-01-05 23:17:20 -06:00
parent d58607242e
commit ac84115ac3
2 changed files with 0 additions and 10 deletions

View 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 )
{

View 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