From d7997c44591bd682a9baefd596a72804ead34307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Wed, 4 Dec 2024 20:08:03 +0100 Subject: [PATCH] Tweaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- src/ruby/SphericalCoordinates.i | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ruby/SphericalCoordinates.i b/src/ruby/SphericalCoordinates.i index 98e182cd..07b42fa5 100644 --- a/src/ruby/SphericalCoordinates.i +++ b/src/ruby/SphericalCoordinates.i @@ -33,7 +33,7 @@ #include #include -GZ_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION +// GZ_UTILS_WARN_IGNORE__DEPRECATED_DECLARATION // GZ_UTILS_WARN_RESUME__DEPRECATED_DECLARATION is not present; // that's not a problem in SWIG generated files @@ -72,8 +72,6 @@ namespace gz GLOBAL = 3, /// \brief Heading-adjusted tangent plane (X, Y, Z) - /// This has kept a bug for backwards compatibility, use - /// LOCAL2 for the correct behaviour. LOCAL = 4, };