From 4a3924ca3fb163148ec5928aa90c81a741f71d03 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Sun, 24 Jul 2016 19:14:27 +1000 Subject: [PATCH] Remove the extra QgsCoordinateTransform constructors ...and leave only: QgsCoordinateTransform( const QgsCoordinateReferenceSystem& source, const QgsCoordinateReferenceSystem& destination ); The other constructors were not used anyway in QGIS code, had awkward/confusing API, and no unit tests. --- doc/api_break.dox | 3 +++ python/core/qgscoordinatetransform.sip | 22 ---------------------- src/core/qgscoordinatetransform.cpp | 23 ----------------------- src/core/qgscoordinatetransform.h | 23 ----------------------- 4 files changed, 3 insertions(+), 68 deletions(-) diff --git a/doc/api_break.dox b/doc/api_break.dox index aefa3aca15a..91686dfc604 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -129,6 +129,9 @@ called if changes are made to the CRS database.