From 424f71cf5490e2b01241f0bad829791510f9a85c Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 22 Apr 2024 07:46:55 -0600 Subject: [PATCH] Whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alejandro Hernández Cordero Signed-off-by: Ryan --- geospatial/src/Dem.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/geospatial/src/Dem.cc b/geospatial/src/Dem.cc index 57ee89af..d692e50f 100644 --- a/geospatial/src/Dem.cc +++ b/geospatial/src/Dem.cc @@ -58,7 +58,6 @@ class gz::common::Dem::Implementation /// \brief The desired length of data to load in the Y direction. /// Internally, the implementation may use a higher value for performance. - public: unsigned int configuredYSize; /// \brief Minimum elevation in meters.