]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waypoint.cxx
Rename FGSerialPort to SGSerialPort.
[simgear.git] / simgear / route / waypoint.cxx
index 0ab3b5f9cc1101011d8b6d4a8cc46f7ab5996d74..b29d046ba7b55090b367ac2d346411f729f65ae4 100644 (file)
@@ -38,11 +38,6 @@ SGWayPoint::SGWayPoint( const double lon, const double lat, const double alt,
 }
 
 
-SGWayPoint::SGWayPoint() {
-    SGWayPoint( 0.0, 0.0, 0.0, WGS84, "" );
-}
-
-
 // Destructor
 SGWayPoint::~SGWayPoint() {
 }