From ac37a9127a96175b38d0a2a693f1a6219d4180af Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 17 Mar 2020 12:03:09 +0100 Subject: Deprecate proj_list_angular_units(). Follow-up of https://github.com/OSGeo/PROJ/pull/2065 --- src/units.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/units.cpp') diff --git a/src/units.cpp b/src/units.cpp index 36f2d4c7..53f43163 100644 --- a/src/units.cpp +++ b/src/units.cpp @@ -58,6 +58,12 @@ pj_angular_units[] = { {nullptr, nullptr, nullptr, 0.0} }; +// For internal use +const PJ_UNITS *pj_list_angular_units() +{ + return pj_angular_units; +} + const PJ_UNITS *proj_list_angular_units() { return pj_angular_units; -- cgit v1.2.3